mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11987] Add {ADMIN_ROOT_PATH}.
PHPBB3-11987
This commit is contained in:
parent
05dd4d55d2
commit
831075e5fe
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ function adm_page_header($page_title)
|
||||||
'_SID' => $_SID,
|
'_SID' => $_SID,
|
||||||
'SESSION_ID' => $user->session_id,
|
'SESSION_ID' => $user->session_id,
|
||||||
'ROOT_PATH' => $phpbb_root_path,
|
'ROOT_PATH' => $phpbb_root_path,
|
||||||
|
'ADMIN_ROOT_PATH' => $phpbb_admin_path,
|
||||||
|
|
||||||
'U_LOGOUT' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout'),
|
'U_LOGOUT' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout'),
|
||||||
'U_ADM_LOGOUT' => append_sid("{$phpbb_admin_path}index.$phpEx", 'action=admlogout'),
|
'U_ADM_LOGOUT' => append_sid("{$phpbb_admin_path}index.$phpEx", 'action=admlogout'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue