Added warnings in case plugin is not properly configured.

This commit is contained in:
Daniel Thee Roperto
2016-11-14 15:02:30 +11:00
parent 739c92e94e
commit 3360d357d4
10 changed files with 53 additions and 14 deletions

View File

@@ -54,4 +54,4 @@ if (file_exists($CFG->dataroot.'/climaintenance.php')) {
}
// 3) Set flag this file was loaded.
$CFG->auth_outage_check = 1;
$CFG->auth_outage_bootstrap_loaded = true;