aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cron/task/task.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/cron/task/task.php')
-rw-r--r--phpBB/phpbb/cron/task/task.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/cron/task/task.php b/phpBB/phpbb/cron/task/task.php
index 84218c4fc9..3ce3de9598 100644
--- a/phpBB/phpbb/cron/task/task.php
+++ b/phpBB/phpbb/cron/task/task.php
@@ -10,14 +10,6 @@
namespace phpbb\cron\task;
/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-/**
* Cron task interface
* @package phpBB3
*/