smeserver-tt-rss/root/etc/e-smith/templates/usr/share/tt-rss/config.php/55various
2012-04-24 10:25:01 +02:00

19 lines
650 B
Plaintext

define('ENABLE_GZIP_OUTPUT', true);
// Selectively gzip output to improve wire performance. This requires
// PHP Zlib extension on the server.
define('ENABLE_TRANSLATIONS', true);
// Enable support for interface translations
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('USE_CURL', false);
// Use CURL to fetch remote data instead of PHP built-in fopen()
define('CHECK_FOR_NEW_VERSION', false);
// Check for new versions of tt-rss automatically.