Update of /cvsroot/devil-linux/web/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32466
Modified Files:
header.php
Log Message:
the use of full path names seems to help a bit
Index: header.php
===================================================================
RCS file: /cvsroot/devil-linux/web/include/header.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- header.php 3 Jun 2004 13:27:15 -0000 1.2
+++ header.php 3 Jun 2004 13:35:33 -0000 1.3
@@ -1,6 +1,6 @@
<?
- include_once("config.inc.php");
- include_once("functions.inc.php");
+ include_once("/home/groups/d/de/devil-linux/htdocs/include/config.inc.php");
+ include_once("/home/groups/d/de/devil-linux/htdocs/include/functions.inc.php");
?>
<!DOCTYPE html PUBLIC "-//www.engine.ie//DTD XHTML 1.1 plus Target 1.0//EN"
|