mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/11987] Add {ADMIN_ROOT_PATH}.
PHPBB3-11987
This commit is contained in:
@@ -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'),
|
||||||
|
Reference in New Issue
Block a user