diff options
Diffstat (limited to 'phpBB/phpbb/cron/task/base.php')
| -rw-r--r-- | phpBB/phpbb/cron/task/base.php | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/phpBB/phpbb/cron/task/base.php b/phpBB/phpbb/cron/task/base.php index f30c9daf1b..63f0407bcd 100644 --- a/phpBB/phpbb/cron/task/base.php +++ b/phpBB/phpbb/cron/task/base.php @@ -10,14 +10,6 @@  namespace phpbb\cron\task;  /** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ -	exit; -} - -/**  * Cron task base class. Provides sensible defaults for cron tasks  * and partially implements cron task interface, making writing cron tasks easier.  * | 
