Issue #9 - Checking if outage is ongoing or just a warning. Improved hooks, tests and HTML output.

This commit is contained in:
Daniel Thee Roperto
2016-09-06 17:17:26 +10:00
parent be477ee787
commit 583516a3c7
9 changed files with 76 additions and 22 deletions

View File

@@ -54,6 +54,6 @@ class auth_plugin_outage extends auth_plugin_base
* Login page hook.
*/
public function loginpage_hook() {
\auth_outage\outagelib::initialize();
\auth_outage\outagelib::inject();
}
}