X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/58890a698f770e368aedf137df241bc01041e62e..1209440ef94cb8b357936a78c56b9872d4fb5ae5:/test/Marco/prueba/www/include/prepend.php?ds=sidebyside diff --git a/test/Marco/prueba/www/include/prepend.php b/test/Marco/prueba/www/include/prepend.php index 9e15a84..33952f4 100644 --- a/test/Marco/prueba/www/include/prepend.php +++ b/test/Marco/prueba/www/include/prepend.php @@ -5,6 +5,7 @@ require_once 'MECON/general.php'; prepend_include_path('/home/mmarrese/public_html/meconlib/lib'); +prepend_include_path('/home/mmarrese/public_html/samurai/lib'); require_once 'MECON/Marco.php'; require_once 'SAMURAI/Perm.php'; @@ -13,7 +14,7 @@ require_once 'DB.php'; $db = DB::connect ('mysql://intranet:intranet@bal747f/samurai'); $PERM = new SAMURAI_Perm('mmarre@mecon', 60, $db); -$MARCO = new MECON_Marco ('/var/www/sistemas/prueba/conf/confSecciones.php', $PERM); +$MARCO = new MECON_Marco ('..//conf/confSecciones.php', $PERM); //session_start();