From 41e9fabc4def3620638115f73a72c63f0b5d0459 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 21 Feb 2006 00:51:52 +0000 Subject: [PATCH] New: Ajoute version Dolibarr dans message rapport erreur. --- htdocs/lib/functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 8c9090ba550..57442a7fa28 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1069,6 +1069,7 @@ function dolibarr_print_error($db='',$msg='') print $langs->trans("InformationToHelpDiagnose").":

\n"; 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";;