]> git.wh0rd.org - tt-rss.git/commitdiff
new config option: FEEDBACK_URL
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Jan 2009 08:01:35 +0000 (09:01 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Jan 2009 08:01:35 +0000 (09:01 +0100)
config.php-dist

index f03f5f8e7eca2ddf0dca373f2116c03a2bf4609a..c5417ec24a65e7c7b77d8759038c1f60dd1652cc 100644 (file)
        // 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).