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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user