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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user