X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/14e2988c3bc7f1aaff41cd3b502e03ffa8daff89..52ec6b73aae5937cd9c04e150e6b261b8be98b01:/sistema/www/sistemas/sistemas-permisos-abm.php diff --git a/sistema/www/sistemas/sistemas-permisos-abm.php b/sistema/www/sistemas/sistemas-permisos-abm.php index d8eb622..74e6ee2 100644 --- a/sistema/www/sistemas/sistemas-permisos-abm.php +++ b/sistema/www/sistemas/sistemas-permisos-abm.php @@ -31,6 +31,9 @@ require_once 'SAMURAI/Permiso.php'; // }}} // }}} +//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ +$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER); +//}}} //OBTENGO EL ID DEL SISTEMA {{{ //El id de sistema viene por get o por post, no hay otra posibilidad $idSistema = 0; @@ -44,7 +47,7 @@ //CREO LOS OBJETO NECESARIOS {{{ $SISTEMA = new SAMURAI_Sistema ($DB, $idSistema); $TABLASIST = new MECON_HTML_Tabla ('cellpadding=2'); - $SISTEMA->setResponsable($_SESSION['samurai']['login']); + $SISTEMA->setResponsable($_SESSION['usuario']); $FORM = new MECON_HTML_QuickForm ('sistemas_permisos_abm','post','sistemas-permisos-abm'); // }}} //AGREGO LA INFORMACION DEL SISTEMA {{{