Skip to content

Commit

Permalink
Merge branch 'MDL-55083_master' of https://github.com/tunele/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 12, 2016
2 parents af8b948 + f029401 commit 5968add
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/index.php
Expand Up @@ -52,6 +52,12 @@
die();
}

// Make sure xml extension is available.
if (!extension_loaded('xml')) {
echo 'Moodle requires the xml PHP extension. Please install or enable the xml extension.';
die();
}

define('NO_OUTPUT_BUFFERING', true);

if (isset($_POST['upgradekey'])) {
Expand Down

0 comments on commit 5968add

Please sign in to comment.