summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-07 17:42:26 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-07 17:42:26 -0500
commit6da9342fba299c30983c1d32e293a0a29401b13c (patch)
treeba9b45828045b930f7767795cdb86332a34c846b /index.php
parent07aae7e8f8b752e6b37b338783a6d6fef290ee10 (diff)
downloadfourisland-6da9342fba299c30983c1d32e293a0a29401b13c.tar.gz
fourisland-6da9342fba299c30983c1d32e293a0a29401b13c.tar.bz2
fourisland-6da9342fba299c30983c1d32e293a0a29401b13c.zip
Created a "Mantainence Mode"
A mantainence has been created in the config table so that when it is on, users other than the localhost only see a temporarily down message, while
localhost can still access Four Island. This will be useful during times when changes in this repository do things that require the database schema
to be changed or scripts to be run, such as the previous three changesets.
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php index c7e6d5b..9faecc9 100755 --- a/index.php +++ b/index.php
@@ -25,6 +25,7 @@ header('X-Pingback: http://fourisland.com/xmlrpc.php');
25include('../security/config.php'); 25include('../security/config.php');
26include('includes/db.php'); 26include('includes/db.php');
27include('includes/template.php'); 27include('includes/template.php');
28include('includes/mantainence.php');
28include('includes/session.php'); 29include('includes/session.php');
29include('includes/bbcode.php'); 30include('includes/bbcode.php');
30include('includes/xmlrpc/xmlrpc.inc'); 31include('includes/xmlrpc/xmlrpc.inc');