diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-06-03 16:29:56 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-06-03 16:29:56 +0000 |
commit | 3116f279a16dd8f927c0cb9e2e605afa5a9dfdd7 (patch) | |
tree | 6e0cd7a226e89e695fed6b854b5e5680cf7b6631 /phpBB/adm | |
parent | 459db0eb1bb72dbe258a56edec851d8664886d7f (diff) | |
download | forums-3116f279a16dd8f927c0cb9e2e605afa5a9dfdd7.tar forums-3116f279a16dd8f927c0cb9e2e605afa5a9dfdd7.tar.gz forums-3116f279a16dd8f927c0cb9e2e605afa5a9dfdd7.tar.bz2 forums-3116f279a16dd8f927c0cb9e2e605afa5a9dfdd7.tar.xz forums-3116f279a16dd8f927c0cb9e2e605afa5a9dfdd7.zip |
a little polish
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8585 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 83c4044687..00acd1359a 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -34,7 +34,7 @@ if ($user->data['user_id'] != ANONYMOUS && (!isset($user->data['session_admin'] } else if ($user->data['user_id'] == ANONYMOUS) { - login_box(); + login_box(''); } // Is user any type of admin? No, then stop here, each script needs to |