X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/94983fa84d06dc5e6f99f6b570245bcf08b96a75..d0ae155a8be2168110755cce58865068b34bfe91:/sistema/www/permisos/permisos.php
diff --git a/sistema/www/permisos/permisos.php b/sistema/www/permisos/permisos.php
index b23f28b..57a5067 100644
--- a/sistema/www/permisos/permisos.php
+++ b/sistema/www/permisos/permisos.php
@@ -21,6 +21,7 @@
//
require_once 'MECON/HTML/Tabla.php';
+ require_once 'SAMURAI/Permiso.php';
//LINKS A PERMISOS-ABM {{{
$aHref = '';
@@ -28,18 +29,11 @@
$aHrefElim = $aHref.'';
// }}}
//CREO LOS OBJETOS NECESARIOS {{{
- if (isset($_SESSION['samurai']['id_sistema'])) {
- $SAMURAI = new Samurai($DB,$_SESSION['samurai']['id_sistema']);
- }
- else {
- $SAMURAI = new Samurai($DB);
- }
$TABLA2 = new Tabla ('cellspacing=0');
$TABLA = new Tabla ('cellpadding=2');
-
// }}}
//OBTENGO LA INFORMACION DE LA BASE {{{
- $permisos = $SAMURAI->getPermisos();
+ $permisos = SAMURAI_Permiso::getPermisos($DB);
// }}}
//AGREGO LOS DATOS A LAS TABLAS {{{
$row = array ($aHref.'Ingresar Nuevo Permiso');