forked from Wavyzz/dolibarr
Fix: Conditionnement prsence menu Expedition sur activation du module Expedition
Trad: Encore de la traduction pour le module Commande.
This commit is contained in:
@@ -529,10 +529,10 @@ function dolibarr_print_error($db='',$msg='')
|
||||
print "Dolibarr a d<>tect<63> une erreur technique.<br>\n";
|
||||
print "Voici les informations qui pourront aider au diagnostique:<br><br>\n";
|
||||
|
||||
print "<b>Serveur:</b>".$_SERVER["SERVER_SOFTWARE"]."<br>\n";;
|
||||
print "<b>Serveur:</b> ".$_SERVER["SERVER_SOFTWARE"]."<br>\n";;
|
||||
print "<b>URL sollicit<69>e:</b> ".$_SERVER["REQUEST_URI"]."<br>\n";;
|
||||
print "<b>".$langs->trans("Parameters").":</b> ".$_SERVER["QUERY_STRING"]."<br>\n";;
|
||||
print "<b>URL d'origine:</b> ".$_SERVER["HTTP_REFERER"]."<br>\n";;
|
||||
print "<b>QUERY_STRING:</b> ".$_SERVER["QUERY_STRING"]."<br>\n";;
|
||||
print "<b>Referer:</b> ".$_SERVER["HTTP_REFERER"]."<br>\n";;
|
||||
|
||||
if ($db) {
|
||||
print "<br>\n";
|
||||
|
||||
Reference in New Issue
Block a user