mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +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
@@ -49,7 +49,7 @@ class cron_manager
|
||||
{
|
||||
global $phpbb_root_path, $phpEx;
|
||||
|
||||
$tasks_root_path = $phpbb_root_path . 'includes/cron/tasks';
|
||||
$tasks_root_path = $phpbb_root_path . 'includes/cron/task';
|
||||
$dir = opendir($tasks_root_path);
|
||||
$task_dirs = array();
|
||||
while (($entry = readdir($dir)) !== false)
|
||||
|
Reference in New Issue
Block a user