X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/701e5406c83c349adbc557c92cdd6d46c51a1308..a30b66472173d3187a419b6d86e3096e5332bc45:/sistema/www/permisos/permisos-abm.php diff --git a/sistema/www/permisos/permisos-abm.php b/sistema/www/permisos/permisos-abm.php index 0392c50..a204788 100644 --- a/sistema/www/permisos/permisos-abm.php +++ b/sistema/www/permisos/permisos-abm.php @@ -19,10 +19,14 @@ // // $Id$ // - //VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ -$SAMURAI_PERM->chequear(SAMURAI_PERM_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 {{{ require_once 'MECON/HTML/QuickForm.php';