X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/9c1bc8b1e573fdc02d368d21899f10e4f42a0eac..79cc4f777b6fe9d907ccad24a2fc65246d0253ed:/sistema/www/perfiles/perfiles.php?ds=inline diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php index 8d551a7..5b93640 100644 --- a/sistema/www/perfiles/perfiles.php +++ b/sistema/www/perfiles/perfiles.php @@ -20,12 +20,10 @@ // $Id$ // + //VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ - if (!$SAMURAI_PERM->tiene(SAMURAI_ALTA_PERFIL,SAMURAI_BAJA_PERFIL,SAMURAI_MODI_PERFIL)) { -// header('Location: error') - } +$SAMURAI_PERM->chequear(SAMURAI_ALTA_PERFIL,SAMURAI_BAJA_PERFIL,SAMURAI_MODI_PERFIL); //}}} - //REQUIRE ONCE {{{ require_once 'MECON/HTML/Tabla.php'; require_once 'SAMURAI/Perfil.php';