X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/20a27cc9e11bee9b389febeacf0083e38cae6ee4..081dee3ba76839487d79ec91cbdb38a0a6a4b480:/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(); ?>