Fix: Install

This commit is contained in:
Laurent Destailleur 2009-01-28 15:46:50 +00:00
parent fa58c32c3a
commit 21ed88f276
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ $dolibarr_main_authentication="dolibarr";
# Default value: 0 # Default value: 0
# Possible values: 0 or 1 # Possible values: 0 or 1
# Examples: # Examples:
# $dolibarr_main_authentication=0; # $dolibarr_main_force_https=0;
# #
$dolibarr_main_force_https="0"; $dolibarr_main_force_https="0";

View File

@ -379,7 +379,7 @@ while (($file = readdir($handle))!==false)
<?php <?php
$db->close(); // $db->close(); Not database connexion yet
pFooter($err,$setuplang); pFooter($err,$setuplang);
?> ?>