summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-08-09 17:46:57 +0200
committerPhilip Häusler <msquare@notrademark.de>2015-08-09 17:46:57 +0200
commitc06573bb875957ab70c808ad469bf0f6173fa2ad (patch)
tree611275c5c37e5b5046dee93f866bd0c7a3139024 /config/config.default.php
parent0766470f264ff87378d2e33d2aa5a865a1a3f66c (diff)
add maintenance mode
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 1c0da7fc..4aa8d154 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -1,5 +1,8 @@
<?php
+// Enable maintenance mode (showin a static page)
+$maintenance_mode = false;
+
// URL to the angel faq and job description
$faq_url = "https://events.ccc.de/congress/2013/wiki/Static:Volunteers";