From 970deacd61bc962e170c4785222dbe042cd2386d Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 3 Jun 2019 13:19:55 +0200 Subject: [PATCH] [9.1.08] suppression d'une ligne de test --- core/module/install/install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index 478b254b..7762cfb1 100755 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -193,7 +193,6 @@ class install extends common { $success = (file_put_contents( '.htaccess', PHP_EOL . - '#' . $rewrite . '#' . PHP_EOL . '' . PHP_EOL . "\tRewriteEngine on" . PHP_EOL . "\tRewriteBase " . helper::baseUrl(false, false) . PHP_EOL .