From df825e2d49d17ba87b95c05295b7072c03bf2ca2 Mon Sep 17 00:00:00 2001 From: philippe grand Date: Sun, 9 Oct 2016 11:45:39 +0200 Subject: [PATCH] better help --- htdocs/install/step1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/step1.php b/htdocs/install/step1.php index d78c9dc02b9..993d800aea3 100644 --- a/htdocs/install/step1.php +++ b/htdocs/install/step1.php @@ -66,7 +66,7 @@ $main_use_alt_dir = ((GETPOST("main_use_alt_dir") && (GETPOST("main_use_alt_dir" // Alternative root directory name $main_alt_dir_name = ((GETPOST("main_alt_dir_name") && GETPOST("main_alt_dir_name") != '') ? GETPOST("main_alt_dir_name") : 'custom'); -session_start(); // To be able to keep info into session (used for not loosing pass during navigation. pass must not transit throug parameters) +session_start(); // To be able to keep info into session (used for not losing password during navigation. The password must not transit through parameters) // Save a flag to tell to restore input value if we do back $_SESSION['dol_save_pass']=$db_pass;