[Top][All Lists]
[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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: setup config.php,1.72.2.6,1.72.2.7,
Dave Hall <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php,1.71.2.35,1.71.2.36 class.uicalendar.inc.php,1.66.2.56,1.66.2.57
- Next by Date:
[Phpgroupware-cvs] CVS: news_admin/inc class.uinews.inc.php,1.10.2.6,1.10.2.7
- Previous by thread:
[Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php,1.71.2.35,1.71.2.36 class.uicalendar.inc.php,1.66.2.56,1.66.2.57
- Next by thread:
[Phpgroupware-cvs] CVS: news_admin/inc class.uinews.inc.php,1.10.2.6,1.10.2.7
- Index(es):