X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/9c1bc8b1e573fdc02d368d21899f10e4f42a0eac..b49bcec7b53d0fef70585697308ba2473cd961e9:/sistema/www/perfiles/perfiles-datos.php?ds=sidebyside diff --git a/sistema/www/perfiles/perfiles-datos.php b/sistema/www/perfiles/perfiles-datos.php index 83dc158..37c5e6c 100644 --- a/sistema/www/perfiles/perfiles-datos.php +++ b/sistema/www/perfiles/perfiles-datos.php @@ -20,6 +20,9 @@ // $Id$ // +//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ +$SAMURAI_PERM->chequear(SAMURAI_ALTA_PERFIL,SAMURAI_BAJA_PERFIL,SAMURAI_MODI_PERFIL, SAMURAI_DEVELOPER); +//}}} //REQUIRE ONCE {{{ //MECON {{{ require_once 'MECON/HTML/QuickForm.php';