X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/b49bcec7b53d0fef70585697308ba2473cd961e9..d5d608d0bb80c6ff0a1b64cd7f26b2a7f40cc59c:/sistema/www/permisos/permisos.php diff --git a/sistema/www/permisos/permisos.php b/sistema/www/permisos/permisos.php index 521fed5..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'; @@ -35,7 +35,7 @@ $SAMURAI_PERM->chequear(SAMURAI_DEVELOPER); // }}} //VEO SI HAY QUE ELEGIR EN QUE SISTEMA TRABAJAR {{{ if (!@$_SESSION['samurai']['id_sistema']) { - header('Location: ./../sel-sistema'); + header('Location: ./../sel-sistema?redirect=permisos/permisos'); } // }}} //CREO LOS OBJETOS NECESARIOS {{{