1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/system-cron] remove conditional includes in favour of autoloading

PHPBB3-9596
This commit is contained in:
Igor Wiedler
2010-10-28 21:41:53 +02:00
committed by Oleg Pudeyev
parent 1bfbcb8b7e
commit c9bd1b392d
11 changed files with 0 additions and 56 deletions

View File

@@ -16,11 +16,6 @@ if (!defined('IN_PHPBB'))
exit;
}
if (!class_exists('cron_task_wrapper'))
{
include($phpbb_root_path . 'includes/cron/cron_task_wrapper.' . $phpEx);
}
/**
* Cron manager class.
*