Update of /cvsroot/openfirst/www/inc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26203
Modified Files:
headers.php
Log Message:
No longer include the demo globals file, as it is now on a different server.
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/www/inc/headers.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** headers.php 31 Dec 2004 09:11:56 -0000 1.8
--- headers.php 1 Jan 2005 20:56:46 -0000 1.9
***************
*** 4,10 ****
include("versions.php");
if($_GET["img"] == "") {
- // Do the openFIRST globals thing.
- include("/home/groups/o/op/openfirst/htdocs/demo/config/globals.php");
-
/*
function microtime_diff($a, $b) {
--- 4,7 ----
|