From: Martín Marrese Date: Fri, 4 Apr 2003 19:47:15 +0000 (+0000) Subject: - Complete el directorio test para que se puedan realizar pruebas X-Git-Tag: svn_import~572 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/68dac9c4f79b50f0820fca5321bbc03ccfc16376?ds=inline - Complete el directorio test para que se puedan realizar pruebas --- diff --git a/marco/test/prueba/conf/configuracion.php b/marco/test/prueba/conf/configuracion.php new file mode 100644 index 0000000..7c1759d --- /dev/null +++ b/marco/test/prueba/conf/configuracion.php @@ -0,0 +1,6 @@ + 'Prueba del objeto Marco', + 'pie' => 'Ministerio de Economia', + ); +?> diff --git a/marco/test/.htaccess b/marco/test/prueba/www/.htaccess similarity index 100% rename from marco/test/.htaccess rename to marco/test/prueba/www/.htaccess diff --git a/marco/test/prueba/www/images/.xvpics/copete.jpg b/marco/test/prueba/www/images/.xvpics/copete.jpg new file mode 100644 index 0000000..c53402a --- /dev/null +++ b/marco/test/prueba/www/images/.xvpics/copete.jpg @@ -0,0 +1,5 @@ +P7 332 +#IMGINFO:760x42 RGB (4873 bytes) +#END_OF_COMMENTS +80 4 255 +ß×Û¹»·º·»¶—º·›¶—–—’—v’w’rvsrrNrRnRNN.NN-N.NNNRNNrRnrR“V’r—r–“v·–—–»–·»»¶»–’»»·Úßß²»Ú—–’’q“q·›·–»’š“v—’v“rrrsqsRnRNNRN.M.J2JRNNRNrNrrR“rrv“’v—–—––·—º—»¶»·( sº·–ÛÿÛÕßÛÛßÛÚÛÛ¿Öß·ßÖ»ºÛ»Ú·º·Û¶»¶º·–Û–·¶¶›¶–·¶—¶¶·š·¶¶»¶»¶»Ö»º×»ºÛ»Ú»ÛÚ»ÛÛÚßÛÛÛÞÛßûßÛ¶ÚÛ¶ÛÚ¶Û¶ÛÚ¶Û¶ÛÚ¶Û¶ÛÚ¶ÛÚ·Ú¶ÛÚ·Ú¶ÛÚ·Ú¶ÛÚ·ÚÚ·Ú·ÚÚ·Ú·ÚÚ·Ú·ÚÚ·ÚÛ¶Ú·ÚÛ¶Ú·ÚÛ¶Ú·ÚÛ¶ÚÛ¶ \ No newline at end of file diff --git a/marco/test/prueba/www/images/copete.jpg b/marco/test/prueba/www/images/copete.jpg new file mode 100644 index 0000000..cd4b757 Binary files /dev/null and b/marco/test/prueba/www/images/copete.jpg differ diff --git a/marco/test/prueba/www/include/append.php b/marco/test/prueba/www/include/append.php new file mode 100644 index 0000000..747dc2a --- /dev/null +++ b/marco/test/prueba/www/include/append.php @@ -0,0 +1,8 @@ +toHtmlAppend(); + +?> diff --git a/marco/test/prueba/www/include/prepend.php b/marco/test/prueba/www/include/prepend.php new file mode 100644 index 0000000..d4b5b7d --- /dev/null +++ b/marco/test/prueba/www/include/prepend.php @@ -0,0 +1,14 @@ +toHtmlPrepend(); + +?> diff --git a/marco/test/index.php b/marco/test/prueba/www/index.php similarity index 100% rename from marco/test/index.php rename to marco/test/prueba/www/index.php