From: Andrew Dolgov Date: Mon, 19 Jan 2009 08:01:35 +0000 (+0100) Subject: new config option: FEEDBACK_URL X-Git-Tag: 1.3.0~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=63771c48aa4713e2f8787a95c9b9829d530f9386;p=tt-rss.git new config option: FEEDBACK_URL --- diff --git a/config.php-dist b/config.php-dist index f03f5f8e..c5417ec2 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).