X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/680fec850e9496324530768194c51535c60d8cf8..d5d608d0bb80c6ff0a1b64cd7f26b2a7f40cc59c:/sistema/www/permisos/permisos.php diff --git a/sistema/www/permisos/permisos.php b/sistema/www/permisos/permisos.php index 40ebc1c..90872f5 100644 --- a/sistema/www/permisos/permisos.php +++ b/sistema/www/permisos/permisos.php @@ -21,7 +21,7 @@ // //VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ -$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER); +$SAMURAI_PERM->chequear(SAMURAI_PERM_DEVELOPER); //}}} require_once 'MECON/HTML/Tabla.php'; require_once 'SAMURAI/Permiso.php';