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.