mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #15 - Added countdown to navbar, redirect to info.php when ended.
This commit is contained in:
@@ -55,7 +55,7 @@ if ($hassiteconfig && is_enabled_auth('outage')) {
|
||||
new admin_setting_configtextarea('auth_outage/css',
|
||||
get_string('defaultlayoutcss', 'auth_outage'),
|
||||
get_string('defaultlayoutcssdescription', 'auth_outage'),
|
||||
file_get_contents($CFG->dirroot.'/auth/outage/res/default.css'),
|
||||
file_get_contents($CFG->dirroot . '/auth/outage/views/warningbar.css'),
|
||||
PARAM_TEXT)
|
||||
);
|
||||
// Create category for Outage.
|
||||
|
||||
Reference in New Issue
Block a user