noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/03: Retrieve info if install fails


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/03: Retrieve info if install fails
Date: Wed, 21 Oct 2015 09:45:46 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit adfdd496d2c867afdefe004fd8a5ec070b007233
Author: Dany De Bontridder <address@hidden>
Date:   Tue Oct 20 21:15:28 2015 +0200

    Retrieve info if install fails
---
 html/install.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/html/install.php b/html/install.php
index 6c2e129..24034fa 100644
--- a/html/install.php
+++ b/html/install.php
@@ -159,8 +159,9 @@ if ( strpos($inc_path,";") != 0 ) {
 
 /**
  address@hidden 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 '<form method="post">';
   require_once NOALYSS_INCLUDE.'/lib/config_file.php';
   
-  echo config_file_form();
+  echo config_file_form($_POST);
   echo '<div style="position:float;float:left;"></div>';
   echo '<p style="text-align:center">',
         HtmlInput::submit('save_config',_('Continuer'),"","button"),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]