phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: setup config.php,1.72.2.6,1.72.2.7


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup config.php,1.72.2.6,1.72.2.7
Date: Fri, 04 Jul 2003 07:26:46 -0400

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv12198

Modified Files:
      Tag: Version-0_9_14-branch
        config.php 
Log Message:
php3 compliance fix

Index: config.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/config.php,v
retrieving revision 1.72.2.6
retrieving revision 1.72.2.7
diff -C2 -r1.72.2.6 -r1.72.2.7
*** config.php  3 Jul 2003 16:27:10 -0000       1.72.2.6
--- config.php  4 Jul 2003 11:26:42 -0000       1.72.2.7
***************
*** 202,206 ****
                echo '<p align="center"><font color="red"><b>'.lang('Path to 
user and group files HAS TO BE OUTSIDE of the webservers 
document-root!!!')."</b></font></p>\n";
  
!               foreach($GLOBALS['HTTP_POST_VARS']['newsettings'] as $key => 
$val)
                {
                        $GLOBALS['current_config'][$key] = $val;
--- 202,206 ----
                echo '<p align="center"><font color="red"><b>'.lang('Path to 
user and group files HAS TO BE OUTSIDE of the webservers 
document-root!!!')."</b></font></p>\n";
  
!               while(list($key, $val) = 
each($GLOBALS['HTTP_POST_VARS']['newsettings']))
                {
                        $GLOBALS['current_config'][$key] = $val;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]