Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23958/config
Modified Files:
first.php
Log Message:
Variable replacement bug
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** first.php 15 May 2005 22:21:39 -0000 1.56
--- first.php 16 May 2005 21:27:22 -0000 1.57
***************
*** 81,85 ****
'%MASTERMAIL%',
'%BOTMAIL%',
! '%SERVER',
'%BASEPATH%',
'%FBASEPATH%');
--- 81,85 ----
'%MASTERMAIL%',
'%BOTMAIL%',
! '%SERVER%',
'%BASEPATH%',
'%FBASEPATH%');
|