From 6da9342fba299c30983c1d32e293a0a29401b13c Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 7 Dec 2008 17:42:26 -0500 Subject: 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. --- includes/mantainence.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 includes/mantainence.php (limited to 'includes') diff --git a/includes/mantainence.php b/includes/mantainence.php new file mode 100755 index 0000000..6e595a1 --- /dev/null +++ b/includes/mantainence.php @@ -0,0 +1,39 @@ +display($template); + + exit; + } +} + +?> -- cgit 1.4.1