For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > April 2007 > cvs: phpweb /backend/mirrorkit/stats php.conf









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpweb /backend/mirrorkit/stats php.conf
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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com