X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/20a27cc9e11bee9b389febeacf0083e38cae6ee4..0d8b3dc1bae3b024832496f122a8daa9cbcf4395:/marco/test/prueba/www/include/prepend.php diff --git a/marco/test/prueba/www/include/prepend.php b/marco/test/prueba/www/include/prepend.php index d4b5b7d..d9efa7b 100644 --- a/marco/test/prueba/www/include/prepend.php +++ b/marco/test/prueba/www/include/prepend.php @@ -2,13 +2,11 @@ // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: //ARCHIVO DE PRUEBA DEL OBJETO MARCO - require_once 'include/lib/marco/Marco.php'; -session_start(); +//session_start(); -$marco = new Marco ('prueba'); +$MARCO = new Marco ('prueba'); -$marco->toHtmlPrepend(); ?>