diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example index 2359b62a361..7f04be837b9 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -143,7 +143,7 @@ $dolibarr_main_authentication="dolibarr"; # Default value: 0 # Possible values: 0 or 1 # Examples: -# $dolibarr_main_authentication=0; +# $dolibarr_main_force_https=0; # $dolibarr_main_force_https="0"; diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php index fcc599204f1..b65a9a1e25d 100644 --- a/htdocs/install/fileconf.php +++ b/htdocs/install/fileconf.php @@ -379,7 +379,7 @@ while (($file = readdir($handle))!==false) close(); +// $db->close(); Not database connexion yet pFooter($err,$setuplang); ?>