aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-10-30 16:13:20 -0700
committerCesar G <prototech91@gmail.com>2013-10-30 16:13:20 -0700
commit831075e5fe48849e226009ce3d53c396d75675f0 (patch)
treeb3020921569d66f241f5361c2c13e1dac6f4856e /phpBB/includes/functions_acp.php
parent05dd4d55d2f5c4293c794f0f3f061cb551a5bb50 (diff)
downloadforums-831075e5fe48849e226009ce3d53c396d75675f0.tar
forums-831075e5fe48849e226009ce3d53c396d75675f0.tar.gz
forums-831075e5fe48849e226009ce3d53c396d75675f0.tar.bz2
forums-831075e5fe48849e226009ce3d53c396d75675f0.tar.xz
forums-831075e5fe48849e226009ce3d53c396d75675f0.zip
[ticket/11987] Add {ADMIN_ROOT_PATH}.
PHPBB3-11987
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php1
1 files changed, 1 insertions, 0 deletions
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'),