Retrieve info if install fails

This commit is contained in:
Dany De Bontridder 2015-10-20 21:15:28 +02:00
parent 897b5fe0b3
commit adfdd496d2

View file

@ -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 '<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"),