diff options
Diffstat (limited to 'phpBB/phpbb/feed/topics.php')
-rw-r--r-- | phpBB/phpbb/feed/topics.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/feed/topics.php b/phpBB/phpbb/feed/topics.php index 49f1253dc1..e8b9f6de6c 100644 --- a/phpBB/phpbb/feed/topics.php +++ b/phpBB/phpbb/feed/topics.php @@ -10,14 +10,6 @@ namespace phpbb\feed; /** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - -/** * New Topics feed * * This will give you the last {$this->num_items} created topics |