| Hannes Magnusson 2007-04-14, 7:58 am |
| bjori Sat Apr 14 09:16:50 2007 UTC
Modified files:
/phpweb/backend/mirrorkit/stats php.conf
Log:
don't depend on the include_path, use absolute path
http://cvs.php.net/viewvc.cgi/phpwe...2&diff_format=u
Index: phpweb/backend/mirrorkit/stats/php.conf
diff -u phpweb/backend/mirrorkit/stats/php.conf:1.1 phpweb/backend/mirrorkit/stats/php.conf:1.2
--- phpweb/backend/mirrorkit/stats/php.conf:1.1 Thu Feb 6 15:11:30 2003
+++ phpweb/backend/mirrorkit/stats/php.conf Sat Apr 14 09:16:50 2007
@@ -151,7 +151,7 @@
#HTMLPre <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-HTMLPre <?php include_once "prepend.inc"; ?>
+HTMLPre <?php include_once $_SERVER['DOCUMENT_ROOT'] . "/include/prepend.inc"; ?>
# HTMLHead defines HTML code to insert within the <HEAD></HEAD>
# block, immediately after the <TITLE> line. Maximum line length
|