summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-19 10:12:47 +0300
committerAndrew Dolgov <[email protected]>2015-06-19 10:12:47 +0300
commit3318d324105ee222a54afc94076878c12b588c24 (patch)
treea12222c9add62f165946cf6b03a6cd7e885350d8 /config.php-dist
parent724e08f1c01bb60681616e3b1ddc14bc0648de3a (diff)
move language detection to a plugin, remove config.php constant
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.php-dist b/config.php-dist
index c0729b61b..311b94df0 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -180,12 +180,6 @@
define('CHECK_FOR_UPDATES', true);
// Check for updates automatically if running Git version
- define('DETECT_ARTICLE_LANGUAGE', false);
- // Detect article language when updating feeds, presently this is only
- // used for hyphenation. This may increase amount of CPU time used by
- // update processes, disable if necessary (i.e. you are being billed
- // for CPU time).
-
define('ENABLE_GZIP_OUTPUT', false);
// Selectively gzip output to improve wire performance. This requires
// PHP Zlib extension on the server.