You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
650 B
18 lines
650 B
|
|
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.
|
|
|
|
|