diff --git a/html/install.php b/html/install.php index 0adfc515e..7450ede02 100644 --- a/html/install.php +++ b/html/install.php @@ -654,7 +654,7 @@ if (defined("MULTI") && MULTI == 0) } } - $db->exec_sql("update ac_users set use_login=$1,use_pass=2 where use_id=1", + $db->exec_sql("update ac_users set use_login=$1,use_pass=$2 where use_id=1", array(strtolower(NOALYSS_ADMINISTRATOR),NOALYSS_ADMIN_PASSWORD)); echo '

'._('Important').'

'; echo '

'._('Utilisateur administrateur'),' ',NOALYSS_ADMINISTRATOR,'

'; diff --git a/include/template/template_config_form.php b/include/template/template_config_form.php index 455e9ff7f..dd8042f02 100644 --- a/include/template/template_config_form.php +++ b/include/template/template_config_form.php @@ -84,9 +84,11 @@ + input();echo Icon_Action::infobulle(206) ?> + @@ -121,4 +123,4 @@ if ( $smulti->selected == true) : - \ No newline at end of file +