Fix: Si fichier conf n'a pu etre créer 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 $langs->trans("YouMustCreateWithPermission",'htdocs/conf/conf.php');
|
||||||
print "<br /><br />";
|
print "<br /><br />";
|
||||||
|
|
||||||
print $langs->trans("CorrectProblemAndReloadPage",$_SERVER['PHP_SELF']);
|
print $langs->trans("CorrectProblemAndReloadPage",$_SERVER['PHP_SELF'].'?testget=ok');
|
||||||
$err++;
|
$err++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user