changeset 9:3b22cee5e07b

Suppression d'un fichier inutile
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Oct 2007 16:05:13 +0200
parents c5bc194d7255
children 8f1125d27079
files test.php
diffstat 1 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/test.php	Tue Oct 23 16:04:50 2007 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-<?php
-    /*require_once('includes/class.textutils.php');
-    
-    $str1 = 'Test "3615 Ma Vie" A "Dual Blog" Yoohooo B E';
-    $str2 = 'Test "3615 Ma Vie" D Yoohooo G "A la bonne heure"';
-    
-    TextUtils::DiffTagLine($str1, $str2, $a, $b);
-    echo("<pre>");
-    var_export($a);
-    echo("</pre>");
-    echo("<pre>");
-    var_export($b);
-    echo("</pre>");*/
-    var_export(ini_get("magic_quotes_gpc"));
-    phpinfo();
-?>
\ No newline at end of file