mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/system-cron] Add array type hints if appropriate and remove globals.
PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
165b0ec0b2
commit
9bc62056b2
@@ -30,7 +30,7 @@ function output_image()
|
||||
echo base64_decode('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
|
||||
|
||||
// test without flush ;)
|
||||
// flush();
|
||||
flush();
|
||||
}
|
||||
|
||||
function do_cron($cron_lock, $run_tasks)
|
||||
|
Reference in New Issue
Block a user