[9.1.08] modif procédure auto
This commit is contained in:
parent
e88bdddbe9
commit
5038d40883
@ -188,8 +188,9 @@ class install extends common {
|
|||||||
// Configuration
|
// Configuration
|
||||||
case 4:
|
case 4:
|
||||||
$success = true;
|
$success = true;
|
||||||
|
$rewrite = $this->getInput('data');
|
||||||
// Réécriture d'URL
|
// Réécriture d'URL
|
||||||
if ($this->getInput('data') === 1) {
|
if ($rewrite === "true") {
|
||||||
$success = (file_put_contents(
|
$success = (file_put_contents(
|
||||||
'.htaccess',
|
'.htaccess',
|
||||||
PHP_EOL .
|
PHP_EOL .
|
||||||
|
Loading…
Reference in New Issue
Block a user