diff --git a/html/admin/setup.php b/html/admin/setup.php index b6938090a..ff15fd123 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -181,9 +181,7 @@ if ( ! file_exists('..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'include'.D echo '
On ne peut pas écrire dans le répertoire de phpcompta, changez-en les droits
'; exit(); } - - -echo __LINE__; + create_htaccess(); echo ''; exit(); } -create_htaccess(); //---------------------------------------------------------------------- // End functions //