aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-15 16:44:09 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-15 16:44:09 -0500
commit8e02f9bd7d84dd798cae37e880db1c70fb323acb (patch)
treeba32cd6f9c2ed86e85220cf39e4a0a4eb0035650 /phpBB/includes/functions.php
parent9e8babbf6eae65aa894cb0d8c4b452133ac344a8 (diff)
downloadforums-8e02f9bd7d84dd798cae37e880db1c70fb323acb.tar
forums-8e02f9bd7d84dd798cae37e880db1c70fb323acb.tar.gz
forums-8e02f9bd7d84dd798cae37e880db1c70fb323acb.tar.bz2
forums-8e02f9bd7d84dd798cae37e880db1c70fb323acb.tar.xz
forums-8e02f9bd7d84dd798cae37e880db1c70fb323acb.zip
[ticket/11832] Correct ROOT_PATH variable
PHPBB3-11832
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index b28e808606..d0344b7866 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -5330,7 +5330,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'SID' => $SID,
'_SID' => $_SID,
'SESSION_ID' => $user->session_id,
- 'ROOT_PATH' => $phpbb_root_path,
+ 'ROOT_PATH' => $web_path,
'BOARD_URL' => $board_url,
'L_LOGIN_LOGOUT' => $l_login_logout,