X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/68dac9c4f79b50f0820fca5321bbc03ccfc16376..ae358836441d335d3c6a8138e32d027bbc5e1194:/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..2adb851 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(); -$marco = new Marco ('prueba'); +$MARCO = new Marco ('prueba'); -$marco->toHtmlPrepend(); ?>