mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[feature/system-cron] remove conditional includes in favour of autoloading
PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
1bfbcb8b7e
commit
c9bd1b392d
@@ -16,11 +16,6 @@ if (!defined('IN_PHPBB'))
|
||||
exit;
|
||||
}
|
||||
|
||||
if (!interface_exists('cron_task'))
|
||||
{
|
||||
include($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
|
||||
}
|
||||
|
||||
/**
|
||||
* Cron task base class. Provides sensible defaults for cron tasks
|
||||
* and partially implements cron task interface, making writing cron tasks easier.
|
||||
|
Reference in New Issue
Block a user