Fix: Si fichier conf n'a pu etre crer apres clic sur rafraichir le test get/post echoue.
This commit is contained in:
parent
caaeb8e25d
commit
33aadc85f9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user