From 9d9f1d34b821c4536a126828ef5a1315acd78649 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 29 Jan 2008 07:48:22 +0000 Subject: [PATCH] Supprime info inutiles --- htdocs/lib/functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index adf3d9be65d..14d8df6e909 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1462,7 +1462,6 @@ function dolibarr_print_error($db='',$error='') print "".$langs->trans("Server").": ".$_SERVER["SERVER_SOFTWARE"]."
\n";; print "".$langs->trans("Dolibarr").": ".DOL_VERSION."
\n";; print "".$langs->trans("RequestedUrl").": ".$_SERVER["REQUEST_URI"]."
\n";; - print "QUERY_STRING: ".$_SERVER["QUERY_STRING"]."
\n";; print "".$langs->trans("Referer").": ".$_SERVER["HTTP_REFERER"]."
\n";; $syslog.="url=".$_SERVER["REQUEST_URI"]; $syslog.=", query_string=".$_SERVER["QUERY_STRING"];