From 634f196768c669997d0f5bcd95eecbef4992210f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 12 May 2010 13:42:50 +0000 Subject: [PATCH] setup overwrite the old .htaccess when upgrade --- html/admin/setup.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/admin/setup.php b/html/admin/setup.php index 9d0494764..c8bee3780 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -85,7 +85,6 @@ require_once('config_file.php'); include_once('constant.php'); require_once('class_database.php'); -include_once('debug.php'); include_once('ac_common.php'); /* The config file is created here */ if (isset($_POST['save_config'])) { @@ -143,7 +142,6 @@ echo ' Les informations sont sauvées vous pouvez continuer '; -exit(); //---------------------------------------------------------------------- // End functions