X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/e06899a60cc1bda43249f61aff28f99224b8013f..e96f92763e52997990f65c34e1a44c4deeb56e17:/sistema/www/permisos/permisos.php?ds=sidebyside diff --git a/sistema/www/permisos/permisos.php b/sistema/www/permisos/permisos.php index 622bfde..b2fc33e 100644 --- a/sistema/www/permisos/permisos.php +++ b/sistema/www/permisos/permisos.php @@ -20,6 +20,9 @@ // $Id$ // +//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ +$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER); +//}}} require_once 'MECON/HTML/Tabla.php'; require_once 'SAMURAI/Permiso.php'; @@ -36,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);