diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-09 17:11:26 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-09 17:11:26 +0000 |
commit | f5c7243cf388307ecc2ea73f291b484f102ccd30 (patch) | |
tree | 317042c3bb4a802ac67f8094048142f461a9e670 /phpBB/index.php | |
parent | 406895a1ad75167829740deac3f08779104838fb (diff) | |
download | forums-f5c7243cf388307ecc2ea73f291b484f102ccd30.tar forums-f5c7243cf388307ecc2ea73f291b484f102ccd30.tar.gz forums-f5c7243cf388307ecc2ea73f291b484f102ccd30.tar.bz2 forums-f5c7243cf388307ecc2ea73f291b484f102ccd30.tar.xz forums-f5c7243cf388307ecc2ea73f291b484f102ccd30.zip |
erm, yeah. :)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8638 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 032f0dfa1e..e1727c2f0a 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -25,8 +25,6 @@ $user->session_begin(); $auth->acl($user->data); $user->setup('viewforum'); -echo generate_board_url(); -exit; display_forums('', $config['load_moderators']); // Set some stats, get posts count from forums data if we... hum... retrieve all forums data |