<?php
/**
 * @author Thomas Hawkins <thawkins@mun.ca>
 */

$conf['maintenance_message_on'] = false;
$conf['maintenance_message_text'] = 'We will be undergoing maintenance on xxx from xxx to xxx.';
$conf['deny_all_logins'] = false;
$conf['deny_login_message'] = 'Login has been temporarily disabled.  Please check back later.';
$conf['deny_editing'] = false;
$conf['deny_editing_message'] = 'Editing pages has been disabled for the maintenance period outlined above.  Please check back once the maintenance is complete.';