[Openfirst-cvscommit] base index.php,1.12,1.13
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-26 23:41:58
|
Update of /cvsroot/openfirst/base In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28416 Modified Files: index.php Log Message: changed to require_once() Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/index.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.php 26 May 2005 23:26:31 -0000 1.12 --- index.php 26 May 2005 23:41:48 -0000 1.13 *************** *** 29,33 **** // Purpose: provide a basic starting point for the OpenFIRST web portal. ! include("includes/globals.php"); include($Header); --- 29,33 ---- // Purpose: provide a basic starting point for the OpenFIRST web portal. ! require_once("includes/globals.php"); include($Header); |