aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-06-02 17:10:21 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-06-02 17:10:21 +0000
commit8039c37b5126742c4170a8b17a645021f940f26a (patch)
tree9f0597898c12b7f19d3d16ff2c79ab6d26038f37 /phpBB/adm/index.php
parent25be384d43f046c3b0b9475e8adac0646da2dd58 (diff)
downloadforums-8039c37b5126742c4170a8b17a645021f940f26a.tar
forums-8039c37b5126742c4170a8b17a645021f940f26a.tar.gz
forums-8039c37b5126742c4170a8b17a645021f940f26a.tar.bz2
forums-8039c37b5126742c4170a8b17a645021f940f26a.tar.xz
forums-8039c37b5126742c4170a8b17a645021f940f26a.zip
ACP logout
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8580 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index a4496c14e2..c0fa2fdddb 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -116,6 +116,7 @@ function adm_page_header($page_title)
'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'),
'U_ADM_INDEX' => append_sid("{$phpbb_admin_path}index.$phpEx"),
'U_INDEX' => append_sid("{$phpbb_root_path}index.$phpEx"),