Update of /cvsroot/phpweather/web/include
In directory usw-pr-cvs1:/tmp/cvs-serv24794/include
Modified Files:
header.php
Log Message:
This is weird...
Index: header.php
===================================================================
RCS file: /cvsroot/phpweather/web/include/header.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- header.php 18 Mar 2002 17:41:48 -0000 1.3
+++ header.php 18 Mar 2002 17:46:21 -0000 1.4
@@ -6,7 +6,7 @@
define('ROOT', '');
}
-include($DOCUMENT_ROOT . ROOT . '/include/navigation.php');
+include(dirname(__FILE__) . '/include/navigation.php');
?>
<html>
|