Update of /cvsroot/openfirst/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13272
Modified Files:
Tag: REL1_1_BRANCH
index.php
Log Message:
including includes/globals.php
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/base/index.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** index.php 23 Nov 2003 23:15:09 -0000 1.5
--- index.php 24 Aug 2005 21:43:06 -0000 1.5.2.1
***************
*** 29,33 ****
// Purpose: provide a basic starting point for the OpenFIRST web portal.
! include("config/globals.php");
include($header);
--- 29,33 ----
// Purpose: provide a basic starting point for the OpenFIRST web portal.
! include("includes/globals.php");
include($header);
|