Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv4690
Modified Files:
headers.php
Log Message:
Noticed small error in basepath location. It is now fixed.
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** headers.php 21 Jun 2003 21:51:26 -0000 1.4
--- headers.php 21 Jun 2003 21:55:32 -0000 1.5
***************
*** 1,5 ****
<?php
if(ISSET($basepath)){
! $basepath .= "/images5:48 PM 6/21/2003/";
}else{
$basepath = "http://openfirst.sourceforge.net/image/";
--- 1,5 ----
<?php
if(ISSET($basepath)){
! $basepath .= "/images/";
}else{
$basepath = "http://openfirst.sourceforge.net/image/";
|