Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv28905
Modified Files:
headers.php
Log Message:
To remove errors with headers I added the $title value to something different on setup. Once globals.php is generated it reverts back to the user specified value.
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** headers.php 27 Jun 2003 01:00:03 -0000 1.8
--- headers.php 27 Jun 2003 01:39:50 -0000 1.9
***************
*** 2,5 ****
--- 2,6 ----
if(! isset($basepath)){
$basepath = "http://openfirst.sourceforge.net/";
+ $title = "openFIRST Team";
}
?>
|