Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv1395
Modified Files:
first.php
Log Message:
Fix minor problem causing headers not to work on some systems.
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** first.php 28 Jun 2003 19:06:39 -0000 1.13
--- first.php 29 Jun 2003 03:33:23 -0000 1.14
***************
*** 191,196 ****
<input type="text" name="home" value="http://openfirst.sourceforge.net"></td></tr>
<tr><td>Header file (this should be a full system path)</td><td><input type="text" name="header" value="<?php echo(getcwd()); ?>/headers.php" /></td></tr>
! <tr><td>Footer file (this should be a full system path)</td><td><input type="text" name="
! footer" value="<?php echo(getcwd()); ?>/footers.php" /></td></tr>
<tr><td>Mail Notification (the e-mail address used to notify you when significant events
occur)</td><td><input type="text" name="mailnotify" value="nobody@localhost"></td></tr>
--- 191,195 ----
<input type="text" name="home" value="http://openfirst.sourceforge.net"></td></tr>
<tr><td>Header file (this should be a full system path)</td><td><input type="text" name="header" value="<?php echo(getcwd()); ?>/headers.php" /></td></tr>
! <tr><td>Footer file (this should be a full system path)</td><td><input type="text" name="footer" value="<?php echo(getcwd()); ?>/footers.php" /></td></tr>
<tr><td>Mail Notification (the e-mail address used to notify you when significant events
occur)</td><td><input type="text" name="mailnotify" value="nobody@localhost"></td></tr>
|