X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/0ecc42815b25c93505bdc63406044ebd4c37283b..d0ae155a8be2168110755cce58865068b34bfe91:/sistema/www/permisos/permisos.php diff --git a/sistema/www/permisos/permisos.php b/sistema/www/permisos/permisos.php index db852f8..57a5067 100644 --- a/sistema/www/permisos/permisos.php +++ b/sistema/www/permisos/permisos.php @@ -18,13 +18,10 @@ // +----------------------------------------------------------------------+ // // $Id$ -// $Author$ -// $URL$ -// $Date$ -// $Rev$ // require_once 'MECON/HTML/Tabla.php'; + require_once 'SAMURAI/Permiso.php'; //LINKS A PERMISOS-ABM {{{ $aHref = ''; @@ -32,18 +29,11 @@ $aHrefElim = $aHref.'Eliminar Permiso'; // }}} //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');