[Netoffice-cvs-2x] netoffice-2.x/installation setup_settings.php,1.6,1.7 upgrade_settings.php,1.5,1.
PXell - Online project management.
Brought to you by:
trilexcom
From: Scott M. <ma...@us...> - 2005-06-24 21:35:02
|
Update of /cvsroot/netoffice/netoffice-2.x/installation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10030/installation Modified Files: setup_settings.php upgrade_settings.php Log Message: bug fixes Index: upgrade_settings.php =================================================================== RCS file: /cvsroot/netoffice/netoffice-2.x/installation/upgrade_settings.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** upgrade_settings.php 22 Dec 2004 17:13:45 -0000 1.5 --- upgrade_settings.php 24 Jun 2005 21:34:39 -0000 1.6 *************** *** 140,144 **** # htaccess parameters \$htaccessAuth = '$htaccessAuth'; - \$fullPath = '$fullPath'; // no slash at the end # file management parameters --- 140,143 ---- Index: setup_settings.php =================================================================== RCS file: /cvsroot/netoffice/netoffice-2.x/installation/setup_settings.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** setup_settings.php 22 Dec 2004 17:13:44 -0000 1.6 --- setup_settings.php 24 Jun 2005 21:34:39 -0000 1.7 *************** *** 100,104 **** # htaccess parameters \$htaccessAuth = 'false'; - \$fullPath = '/var/www/html/netoffice/files'; //no slash at the end # file management parameters --- 100,103 ---- |