From 8fa098820700e389c467f8976039980d073089e4 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 28 Nov 2011 13:22:35 +0000 Subject: [PATCH] fix bug setup.php --- html/admin/setup.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 //