mirror of
https://github.com/moodle/moodle.git
synced 2025-02-18 23:05:30 +01:00
Merge branch 'w51_MDL-30292_m23_health' of git://github.com/skodak/moodle
This commit is contained in:
commit
82da6c5c5f
@ -25,13 +25,7 @@
|
||||
|
||||
ob_start(); //for whitespace test
|
||||
require('../../../config.php');
|
||||
|
||||
// extra whitespace test - intentionally breaks cookieless mode
|
||||
$extraws = '';
|
||||
while (ob_get_level()) {
|
||||
$extraws .= ob_get_contents();
|
||||
ob_end_clean();
|
||||
}
|
||||
$extraws = ob_get_clean();
|
||||
|
||||
require_once($CFG->libdir.'/adminlib.php');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user