diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-06-01 17:02:20 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-06-01 17:02:20 +0000 |
| commit | 738c95447626fe46f58981f4e36000325dddae8b (patch) | |
| tree | d0d48d80a9b878ead75a70922cfb8665a942035b /phpBB/adm/pagestart.php | |
| parent | c3717d38086c0398be439a6dca0db66cea480ee3 (diff) | |
| download | forums-738c95447626fe46f58981f4e36000325dddae8b.tar forums-738c95447626fe46f58981f4e36000325dddae8b.tar.gz forums-738c95447626fe46f58981f4e36000325dddae8b.tar.bz2 forums-738c95447626fe46f58981f4e36000325dddae8b.tar.xz forums-738c95447626fe46f58981f4e36000325dddae8b.zip | |
- enable admin login if board disabled
- new reply image for pm's (fits better into the style)
git-svn-id: file:///svn/phpbb/trunk@4906 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/pagestart.php')
| -rw-r--r-- | phpBB/adm/pagestart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/pagestart.php b/phpBB/adm/pagestart.php index d69f5c9b86..cf39dcc367 100644 --- a/phpBB/adm/pagestart.php +++ b/phpBB/adm/pagestart.php @@ -36,7 +36,7 @@ $user->setup('admin'); // Did user forget to login? Give 'em a chance to here ... if ($user->data['user_id'] == ANONYMOUS) { - login_box("{$phpbb_root_path}adm/index.$phpEx$SID", '', $user->lang['LOGIN_ADMIN']); + login_box("./adm/index.$phpEx$SID", '', $user->lang['LOGIN_ADMIN']); } $auth->acl($user->data); |
