From 831075e5fe48849e226009ce3d53c396d75675f0 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Wed, 30 Oct 2013 16:13:20 -0700 Subject: [PATCH] [ticket/11987] Add {ADMIN_ROOT_PATH}. PHPBB3-11987 --- phpBB/includes/functions_acp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index 774fca7d12..b9210114ef 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -68,6 +68,7 @@ function adm_page_header($page_title) '_SID' => $_SID, 'SESSION_ID' => $user->session_id, 'ROOT_PATH' => $phpbb_root_path, + 'ADMIN_ROOT_PATH' => $phpbb_admin_path, 'U_LOGOUT' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout'), 'U_ADM_LOGOUT' => append_sid("{$phpbb_admin_path}index.$phpEx", 'action=admlogout'),