X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/f511595e675f4589b2d1f0cf5d74ff0594a402f5..50d164c278afef190726d33beee8ce2e1b333fe3:/sistema/www/consultas/php-constantes.php diff --git a/sistema/www/consultas/php-constantes.php b/sistema/www/consultas/php-constantes.php index f155e49..95d18b2 100644 --- a/sistema/www/consultas/php-constantes.php +++ b/sistema/www/consultas/php-constantes.php @@ -21,7 +21,11 @@ // //VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ -$SAMURAI_PERM->chequear(SAMURAI_PERM_DEVELOPER); +$SAMURAI_PERM->setSistema(SAMURAI_PERM); +if (!$SAMURAI_PERM->tiene(SAMURAI_PERM_DEVELOPER)) { + $SAMURAI_PERM->chequear(SAMURAI_PERM_DEVELOPER); +} +$MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones.php', $SAMURAI_PERM); //}}} //REQUIRE ONCE {{{ require_once 'MECON/HTML/QuickForm.php'; @@ -49,7 +53,7 @@ $end = <<renderer->setTable($TABLAFORM); $SISTEMAS = SAMURAI_Sistema::getArraySistemas($DB);