MDL-18055 adding timeout protection to security report; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2009-01-27 15:06:40 +00:00
parent 0a6555f854
commit 244714c28a

View File

@ -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();