diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index 371646d9bd..ae23e0ef47 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -28,7 +28,6 @@ include($phpbb_root_path . 'common.'.$phpEx); $user->start(); $user->setup(); $auth->acl($user->data); -// End session management // Forum info $sql = "SELECT forum_id, forum_name