aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_tail.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-03-13 12:18:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-03-13 12:18:52 +0000
commit461ae0f7e07cfbd340f5665a0b0007336ca948a5 (patch)
tree7cd65c2c54832529a1efe89a845f9ba0476789e2 /phpBB/includes/page_tail.php
parent8bb5de9861e30160bac90ae8ba78497fe2c207de (diff)
downloadforums-461ae0f7e07cfbd340f5665a0b0007336ca948a5.tar
forums-461ae0f7e07cfbd340f5665a0b0007336ca948a5.tar.gz
forums-461ae0f7e07cfbd340f5665a0b0007336ca948a5.tar.bz2
forums-461ae0f7e07cfbd340f5665a0b0007336ca948a5.tar.xz
forums-461ae0f7e07cfbd340f5665a0b0007336ca948a5.zip
Redirect path changes
git-svn-id: file:///svn/phpbb/trunk@3647 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_tail.php')
-rw-r--r--phpBB/includes/page_tail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php
index 65a359acc2..8545ca24b9 100644
--- a/phpBB/includes/page_tail.php
+++ b/phpBB/includes/page_tail.php
@@ -53,7 +53,7 @@ if (defined('DEBUG'))
$template->assign_vars(array(
'PHPBB_VERSION' => $config['version'],
- 'ADMIN_LINK' => ($auth->acl_get('a_')) ? sprintf($user->lang['ACP'], '<a href="' . "admin/index.$phpEx?sid=" . $user->data['session_id'] . '">', '</a>') . '<br /><br />' : '',
+ 'ADMIN_LINK' => ($auth->acl_get('a_')) ? sprintf($user->lang['ACP'], '<a href="' . "adm/index.$phpEx?sid=" . $user->data['session_id'] . '">', '</a>') . '<br /><br />' : '',
'DEBUG_OUTPUT' => (defined('DEBUG')) ? $debug_output : ''
));