simplification retour de message et de succes étape 4 update
This commit is contained in:
parent
c28b0590c2
commit
e18e149b9b
@ -379,12 +379,11 @@ class install extends common
|
|||||||
'</IfModule>' . PHP_EOL .
|
'</IfModule>' . PHP_EOL .
|
||||||
'# URL rewriting' . PHP_EOL;
|
'# URL rewriting' . PHP_EOL;
|
||||||
$fileContent = str_replace('# URL rewriting', $rewriteData, $fileContent);
|
$fileContent = str_replace('# URL rewriting', $rewriteData, $fileContent);
|
||||||
$r = file_put_contents(
|
$success = file_put_contents(
|
||||||
'.htaccess',
|
'.htaccess',
|
||||||
$fileContent
|
$fileContent
|
||||||
);
|
);
|
||||||
$success = $r === false ? false : true;
|
$message = $success ? 'Le fichier htaccess n\'a pas été restauré' : null;
|
||||||
$message = $r === false ? 'Le fichier htaccess n\'a pas été restauré' : null;
|
|
||||||
}
|
}
|
||||||
// Recopie htaccess
|
// Recopie htaccess
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user