summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
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).