From adfdd496d2c867afdefe004fd8a5ec070b007233 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 20 Oct 2015 21:15:28 +0200 Subject: [PATCH] Retrieve info if install fails --- html/install.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/install.php b/html/install.php index 6c2e12932..24034fae4 100644 --- a/html/install.php +++ b/html/install.php @@ -159,8 +159,9 @@ if ( strpos($inc_path,";") != 0 ) { /** *@brief create correctly the htaccess file + * @deprecated since version 6.9 */ -function create_htaccess() +function create_htaccess_deprecated() { global $os; @@ -290,7 +291,7 @@ if ( ! file_exists(NOALYSS_INCLUDE.'/config.inc.php')) { echo '
'; require_once NOALYSS_INCLUDE.'/lib/config_file.php'; - echo config_file_form(); + echo config_file_form($_POST); echo '
'; echo '

', HtmlInput::submit('save_config',_('Continuer'),"","button"),