X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/680fec850e9496324530768194c51535c60d8cf8..a30b66472173d3187a419b6d86e3096e5332bc45:/sistema/www/permisos/permisos.php?ds=sidebyside diff --git a/sistema/www/permisos/permisos.php b/sistema/www/permisos/permisos.php index 40ebc1c..8764302 100644 --- a/sistema/www/permisos/permisos.php +++ b/sistema/www/permisos/permisos.php @@ -19,10 +19,14 @@ // // $Id$ // - //VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ -$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER); +$SAMURAI_PERM->setSistema(SAMURAI_PERM); +if (!$SAMURAI_PERM->tiene(SAMURAI_PERM_DEVELOPER)) { + $SAMURAI_PERM->chequear(SAMURAI_PERM_DEVELOPER); +} +$MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones.php', $SAMURAI_PERM); //}}} + require_once 'MECON/HTML/Tabla.php'; require_once 'SAMURAI/Permiso.php';