aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cron/task/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/cron/task/base.php')
-rw-r--r--phpBB/phpbb/cron/task/base.php8
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.
*