Update of /cvsroot/devil-linux/web/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30748
Modified Files:
header.php
Log Message:
let's see if this fixed the weired problem on the website
Index: header.php
===================================================================
RCS file: /cvsroot/devil-linux/web/include/header.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- header.php 2 Jun 2004 13:05:55 -0000 1.1.1.1
+++ header.php 3 Jun 2004 13:27:15 -0000 1.2
@@ -1,6 +1,6 @@
<?
- require_once("config.inc.php");
- require_once("functions.inc.php");
+ include_once("config.inc.php");
+ include_once("functions.inc.php");
?>
<!DOCTYPE html PUBLIC "-//www.engine.ie//DTD XHTML 1.1 plus Target 1.0//EN"
|