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 '

Ecriture non possible

On ne peut pas écrire dans le répertoire de phpcompta, changez-en les droits

'; exit(); } - - -echo __LINE__; + create_htaccess(); echo '
'; echo '

Entrez les informations nécessaires à phpcompta

'; require_once('config_file.php'); @@ -193,7 +191,6 @@ echo __LINE__; echo '
'; exit(); } -create_htaccess(); //---------------------------------------------------------------------- // End functions //