mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[feature/system-cron] remove more includes, adjust path
PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
c9bd1b392d
commit
5a075c3dca
@@ -242,6 +242,5 @@ foreach ($cache->obtain_hooks() as $hook)
|
||||
|
||||
if (!$config['use_system_cron'])
|
||||
{
|
||||
include($phpbb_root_path . 'includes/cron/cron_manager.' . $phpEx);
|
||||
$cron = new cron_manager();
|
||||
}
|
||||
|
Reference in New Issue
Block a user