From 21ed88f27603401aff3668c24a3e6a860b6353d0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Jan 2009 15:46:50 +0000 Subject: [PATCH] Fix: Install --- htdocs/conf/conf.php.example | 2 +- htdocs/install/fileconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); ?>