Merge branch 'w51_MDL-30292_m23_health' of git://github.com/skodak/moodle

This commit is contained in:
Sam Hemelryk 2011-12-12 17:40:47 +13:00
commit 82da6c5c5f

View File

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