Skip to content

Commit

Permalink
Merge branch 'w51_MDL-30292_m22_health' of git://github.com/skodak/mo…
Browse files Browse the repository at this point in the history
…odle into MOODLE_22_STABLE
  • Loading branch information
Sam Hemelryk committed Dec 12, 2011
2 parents 424f91c + 7f467e6 commit a3a3186
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions admin/tool/health/index.php
Expand Up @@ -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');

Expand Down

0 comments on commit a3a3186

Please sign in to comment.