X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/9c1bc8b1e573fdc02d368d21899f10e4f42a0eac..701e5406c83c349adbc557c92cdd6d46c51a1308:/sistema/www/sistemas/sistemas-datos.php?ds=inline diff --git a/sistema/www/sistemas/sistemas-datos.php b/sistema/www/sistemas/sistemas-datos.php index 7ba7ace..693fbcb 100644 --- a/sistema/www/sistemas/sistemas-datos.php +++ b/sistema/www/sistemas/sistemas-datos.php @@ -20,6 +20,10 @@ // $Id$ // +//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ +$SAMURAI_PERM->chequear(SAMURAI_PERM_DEVELOPER); +//}}} + //REQUIRE ONCE {{{ //MECON {{{ require_once 'MECON/HTML/QuickForm.php';