# Maintenance mode

Anyway to have the Config::Set call templates? Really need an admin login when in MX mode.

Maintenance mode - this disables the site to non-admins

Config::Set(‘MAINTENANCE_MODE’, false);

Config::Set(‘MAINTENANCE_MESSAGE’, ‘We are currently down for maintenance, please check back soon.’);

Log in before you enable it?

I meant to add in a login area at the admin panel, but didn’t get around to it on last release.