Fix: Si fichier conf n'a pu etre crer apres clic sur rafraichir le test get/post echoue.

This commit is contained in:
Laurent Destailleur 2007-04-17 20:54:24 +00:00
parent caaeb8e25d
commit 33aadc85f9

View File

@ -142,7 +142,7 @@ if (! file_exists($conffile))
print $langs->trans("YouMustCreateWithPermission",'htdocs/conf/conf.php');
print "<br /><br />";
print $langs->trans("CorrectProblemAndReloadPage",$_SERVER['PHP_SELF']);
print $langs->trans("CorrectProblemAndReloadPage",$_SERVER['PHP_SELF'].'?testget=ok');
$err++;
}
else