diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 17:42:26 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 17:42:26 -0500 |
commit | 6da9342fba299c30983c1d32e293a0a29401b13c (patch) | |
tree | ba9b45828045b930f7767795cdb86332a34c846b /theme | |
parent | 07aae7e8f8b752e6b37b338783a6d6fef290ee10 (diff) | |
download | fourisland-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 'theme')
-rw-r--r-- | theme/mantainence.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/mantainence.tpl b/theme/mantainence.tpl new file mode 100644 index 0000000..dab4ef5 --- /dev/null +++ b/theme/mantainence.tpl | |||
@@ -0,0 +1,6 @@ | |||
1 | <CENTER><H1>Four Island is under mantainence</H1></CENTER> | ||
2 | |||
3 | <P>I'm sorry, but you've caught Four Island off guard. We're currently upgrading the website to accomidate for some fun new features we've thrown in, | ||
4 | so Four Island'll be down for a few minutes. Please try again soon and thanks for your interest in Four Island!</P> | ||
5 | |||
6 | <P STYLE="text-align: right"><I>--Starla Insigna</I></P> | ||