2
0
forked from Wavyzz/dolibarr

Minor fix

This commit is contained in:
Laurent Destailleur
2009-01-12 15:35:06 +00:00
parent 0977e479cc
commit 4e01c23974
7 changed files with 20 additions and 11 deletions

View File

@@ -1572,6 +1572,7 @@ function dol_print_error($db='',$error='')
print "<b>".$langs->trans("Server").":</b> ".$_SERVER["SERVER_SOFTWARE"]."<br>\n";;
print "<b>".$langs->trans("RequestedUrl").":</b> ".$_SERVER["REQUEST_URI"]."<br>\n";;
print "<b>".$langs->trans("Referer").":</b> ".$_SERVER["HTTP_REFERER"]."<br>\n";;
print "<b>".$langs->trans("MenuManager").":</b> ".$conf->left_menu.'/'.$conf->top_menu."<br>\n";
$syslog.="url=".$_SERVER["REQUEST_URI"];
$syslog.=", query_string=".$_SERVER["QUERY_STRING"];
}