]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/sistemas/sistemas-permisos.php
Cambios. No se utiliza mas $_SESSION[samurai][login] en cambio se utiliza $_SESSION...
[mecon/samurai.git] / sistema / www / sistemas / sistemas-permisos.php
index a1075551fea07e73604cb348383d9b7972056a90..7eeaedaf4ddc6956acfa0367c91a561dace0c22c 100644 (file)
@@ -29,6 +29,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 @@
     $SISTEMA   = new SAMURAI_Sistema ($DB, $idSistema);
     $TABLASIST = new MECON_HTML_Tabla ('cellpadding=2');
     $TABLAPERM = new MECON_HTML_Tabla ('cellpadding=2');
-    $SISTEMA->setResponsable($_SESSION['samurai']['login']);
+    $SISTEMA->setResponsable($_SESSION['usuario']);
 // }}}
 //AGREGO LA INFORMACION DEL SISTEMA {{{
     $row = array ('Datos del sistema');