From acffe3220612ed6c103200db82c61df03f64a27a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Mar 2011 18:21:58 +0300 Subject: config: add special constant which is required to be set before config is accepted --- config.php-dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.php-dist') 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). -- cgit v1.2.3-54-g00ecf