mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-18055 adding timeout protection to security report; merged from MOODLE_19_STABLE
This commit is contained in:
parent
0a6555f854
commit
244714c28a
@ -38,6 +38,10 @@ if (array_search($issue, $issues, true) === false) {
|
||||
$issue = '';
|
||||
}
|
||||
|
||||
// we may need a bit more memory and this may take a long time to process
|
||||
@raise_memory_limit('128M');
|
||||
@set_time_limit(0);
|
||||
|
||||
// Print the header.
|
||||
admin_externalpage_setup('reportsecurity');
|
||||
admin_externalpage_print_header();
|
||||
|
Loading…
x
Reference in New Issue
Block a user