1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

don't depend on the include_path, use absolute path

This commit is contained in:
Hannes Magnusson
2007-04-14 09:16:50 +00:00
parent ef6e6a76e2
commit 397a8642ec

View File

@@ -151,7 +151,7 @@ PageType php
#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