diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-20 21:41:09 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-20 21:41:09 -0500 |
commit | eaf0dc418bb8338a0de53c6ca6d2469ce3b70214 (patch) | |
tree | 8b5ae56f2080d1dbdb261e04f71e11ddaacef12e /index.php | |
parent | 03d6589fefd850f793215cb6805c0f0c0989f93f (diff) | |
download | fourisland-eaf0dc418bb8338a0de53c6ca6d2469ce3b70214.tar.gz fourisland-eaf0dc418bb8338a0de53c6ca6d2469ce3b70214.tar.bz2 fourisland-eaf0dc418bb8338a0de53c6ca6d2469ce3b70214.zip |
Added Maintenance switcher to Admin
Also fixed spelling of maintenance in places where it was incorrectly spelled. Maintenance Required: Rename "mantainenceMode" config to "maintenanceMode"
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index 6a04591..bea38b7 100755 --- a/index.php +++ b/index.php | |||
@@ -25,7 +25,7 @@ header('X-Pingback: http://fourisland.com/xmlrpc.php'); | |||
25 | include('../security/config.php'); | 25 | include('../security/config.php'); |
26 | include('includes/db.php'); | 26 | include('includes/db.php'); |
27 | include('includes/template.php'); | 27 | include('includes/template.php'); |
28 | include('includes/mantainence.php'); | 28 | include('includes/maintenance.php'); |
29 | include('includes/session.php'); | 29 | include('includes/session.php'); |
30 | include('includes/parsers.php'); | 30 | include('includes/parsers.php'); |
31 | include('includes/xmlrpc/xmlrpc.inc'); | 31 | include('includes/xmlrpc/xmlrpc.inc'); |