1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:55:55 +00:00

config: add special constant which is required to be set before config is accepted

This commit is contained in:
Andrew Dolgov
2011-03-18 18:21:58 +03:00
parent 7198e19580
commit acffe32206
2 changed files with 6 additions and 2 deletions

View File

@@ -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).