Skip to content
Snippets Groups Projects
Commit 9d9f1d34 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Supprime info inutiles

parent e457261e
No related branches found
No related tags found
No related merge requests found
......@@ -1462,7 +1462,6 @@ function dolibarr_print_error($db='',$error='')
print "<b>".$langs->trans("Server").":</b> ".$_SERVER["SERVER_SOFTWARE"]."<br>\n";;
print "<b>".$langs->trans("Dolibarr").":</b> ".DOL_VERSION."<br>\n";;
print "<b>".$langs->trans("RequestedUrl").":</b> ".$_SERVER["REQUEST_URI"]."<br>\n";;
print "<b>QUERY_STRING:</b> ".$_SERVER["QUERY_STRING"]."<br>\n";;
print "<b>".$langs->trans("Referer").":</b> ".$_SERVER["HTTP_REFERER"]."<br>\n";;
$syslog.="url=".$_SERVER["REQUEST_URI"];
$syslog.=", query_string=".$_SERVER["QUERY_STRING"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment