summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-18 18:21:58 +0300
committerAndrew Dolgov <[email protected]>2011-03-18 18:21:58 +0300
commitacffe3220612ed6c103200db82c61df03f64a27a (patch)
tree0b3307c5d4c13daa52e572aaf5d4ff566ea2bf3b /config.php-dist
parent7198e1958041e4e306ef95647eae7475900fb3bc (diff)
config: add special constant which is required to be set before config is accepted
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 4b6ab2975..320787d77 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -186,6 +186,10 @@
// Your OAuth instance authentication information for Twitter, visit
// http://twitter.com/oauth_clients to register your instance.
+ define('ISCONFIGURED', false);
+ // Please set this to true if you have read everything above and
+ // finished setting configuration options.
+
define('CONFIG_VERSION', 21);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).