mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/11987] Change {ROOT_PATH} to point to board root.
PHPBB3-11987
This commit is contained in:
parent
a9524d6e08
commit
7251feab67
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ function adm_page_header($page_title)
|
|||
'SID' => $SID,
|
||||
'_SID' => $_SID,
|
||||
'SESSION_ID' => $user->session_id,
|
||||
'ROOT_PATH' => $phpbb_admin_path,
|
||||
'ROOT_PATH' => $phpbb_root_path,
|
||||
|
||||
'U_LOGOUT' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout'),
|
||||
'U_ADM_LOGOUT' => append_sid("{$phpbb_admin_path}index.$phpEx", 'action=admlogout'),
|
||||
|
|
Loading…
Add table
Reference in a new issue