From 5038d408832b046ad5cc5ce1f1a68fa45f910a30 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 4 Jun 2019 20:29:42 +0200 Subject: [PATCH] =?UTF-8?q?[9.1.08]=20modif=20proc=C3=A9dure=20auto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index 7762cfb1..c5d99420 100755 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -188,8 +188,9 @@ class install extends common { // Configuration case 4: $success = true; + $rewrite = $this->getInput('data'); // Réécriture d'URL - if ($this->getInput('data') === 1) { + if ($rewrite === "true") { $success = (file_put_contents( '.htaccess', PHP_EOL .