X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/effb8363bf829c818e5c6277e46948219f64d9f9..2175273b54918d3d8f474034ca2cb5def9f11fb2:/sistema/www/sistemas.php?ds=sidebyside diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 4981c24..dbc1d37 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -13,6 +13,7 @@ require_once 'MECON/HTML/Link.php'; require_once 'MECON/HTML/Image.php'; require_once 'DB.php'; require_once 'AI/Sistema.php'; +require_once 'HTML_Mensaje.php'; define('COLUMNAS', 3); @@ -88,6 +89,10 @@ foreach ($sists as $id => $s) { unset($sists); unset($samurai); +if (!$sistemas) { + $t = new HTML_Mensaje('denegado', + 'No tiene permisos para usar ningĂșn sistema', 370); +} $sistema = @array_shift($sistemas); while ($sistema) { $row = array();