X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/10542daf46438502fdc1ab6b874ba17636687b2c..9002d01b94477c868b4b6b84eb496262ea30fadf:/sistema/www/perfiles/perfiles-datos.php?ds=inline diff --git a/sistema/www/perfiles/perfiles-datos.php b/sistema/www/perfiles/perfiles-datos.php index 1d7f2ef..49e6b89 100644 --- a/sistema/www/perfiles/perfiles-datos.php +++ b/sistema/www/perfiles/perfiles-datos.php @@ -26,7 +26,6 @@ if (!$SAMURAI_PERM->tiene(SAMURAI_PERM_DEVELOPER)) { $SAMURAI_PERM->setSistema($_SESSION['samurai']['id_sistema']); $SAMURAI_PERM->chequear(SAMURAI_PERM_PERFIL_ALTA,SAMURAI_PERM_PERFIL_BAJA,SAMURAI_PERM_PERFIL_MODIF, SAMURAI_PERM_DEVELOPER); } -$MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones.php', $SAMURAI_PERM); //}}} //REQUIRE ONCE {{{