mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.
PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
9bc62056b2
commit
7a8233020b
@@ -63,7 +63,7 @@ if ($config['use_system_cron'])
|
||||
{
|
||||
$use_shutdown_function = false;
|
||||
|
||||
$cron = new phpbb_cron_manager();
|
||||
$cron = new phpbb_cron_manager($phpbb_root_path, $phpEx);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user