From eaf0dc418bb8338a0de53c6ca6d2469ce3b70214 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 20 Dec 2008 21:41:09 -0500 Subject: Added Maintenance switcher to Admin Also fixed spelling of maintenance in places where it was incorrectly spelled. Maintenance Required: Rename "mantainenceMode" config to "maintenanceMode" --- includes/maintenance.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 includes/maintenance.php (limited to 'includes/maintenance.php') diff --git a/includes/maintenance.php b/includes/maintenance.php new file mode 100755 index 0000000..79466f9 --- /dev/null +++ b/includes/maintenance.php @@ -0,0 +1,39 @@ +display($template); + + exit; + } +} + +?> -- cgit 1.4.1