1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 03:29:23 +02:00

[ticket/11832] Correct ROOT_PATH variable

PHPBB3-11832
This commit is contained in:
Nathan Guse 2013-09-15 16:44:09 -05:00
parent 9e8babbf6e
commit 8e02f9bd7d

View File

@ -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,