diff options
-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 |