new config option: FEEDBACK_URL
This commit is contained in:
parent
c6bcec2433
commit
63771c48aa
|
@ -197,6 +197,10 @@
|
|||
// Maximum amount of users which will be allowed to register on this
|
||||
// system. 0 - no limit.
|
||||
|
||||
define('FEEDBACK_URL', '');
|
||||
// Displays an URL for users to provide feedback or comments regarding
|
||||
// this instance of tt-rss. Can lead to a forum, contact email, etc.
|
||||
|
||||
define('CONFIG_VERSION', 18);
|
||||
// Expected config version. Please update this option in config.php
|
||||
// if necessary (after migrating all new options from this file).
|
||||
|
|
Loading…
Reference in New Issue