X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/2dd89e44c718262ef75b7c451d947a5e866b3e67..79cc4f777b6fe9d907ccad24a2fc65246d0253ed:/sistema/www/permisos/permisos.php diff --git a/sistema/www/permisos/permisos.php b/sistema/www/permisos/permisos.php index 20bf0f2..b2fc33e 100644 --- a/sistema/www/permisos/permisos.php +++ b/sistema/www/permisos/permisos.php @@ -21,9 +21,7 @@ // //VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ - if (!$SAMURAI_PERM->tiene(SAMURAI_DEVELOPER)) { -// header('Location: error') - } +$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER); //}}} require_once 'MECON/HTML/Tabla.php'; require_once 'SAMURAI/Permiso.php'; @@ -41,8 +39,8 @@ if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) { } // }}} //CREO LOS OBJETOS NECESARIOS {{{ - $TABLA2 = new Tabla ('cellspacing=0'); - $TABLA = new Tabla ('cellpadding=2'); + $TABLA2 = new MECON_HTML_Tabla ('cellspacing=0'); + $TABLA = new MECON_HTML_Tabla ('cellpadding=2'); // }}} //OBTENGO LA INFORMACION DE LA BASE {{{ $permisos = SAMURAI_Permiso::getPermisos($DB);