summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-19 09:01:35 +0100
committerAndrew Dolgov <[email protected]>2009-01-19 09:01:35 +0100
commit63771c48aa4713e2f8787a95c9b9829d530f9386 (patch)
tree902b9a242d4373b20cf42544d7d7c7d5acf0221b /config.php-dist
parentc6bcec2433e2d2e401db1f8bfad71b62c436e1b2 (diff)
new config option: FEEDBACK_URL
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 f03f5f8e7..c5417ec24 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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).