aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cron/task/wrapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/cron/task/wrapper.php')
-rw-r--r--phpBB/phpbb/cron/task/wrapper.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/cron/task/wrapper.php b/phpBB/phpbb/cron/task/wrapper.php
index aa015966c6..fc3f897206 100644
--- a/phpBB/phpbb/cron/task/wrapper.php
+++ b/phpBB/phpbb/cron/task/wrapper.php
@@ -10,14 +10,6 @@
namespace phpbb\cron\task;
/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-/**
* Cron task wrapper class.
* Enhances cron tasks with convenience methods that work identically for all tasks.
*