diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2015-02-03 14:46:51 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2015-02-03 14:46:51 +0300 |
| commit | 4ca621a36016de1fbb5447e1c1de0b607ba94a7c (patch) | |
| tree | 9d7ef18c6d9d4c8f8f4d1c9a5dbfceeb9fd5acf4 /config.php-dist | |
| parent | 480b2de3b130a10ead9c3c1c0e5048c56ba69b85 (diff) | |
add config option CHECK_FOR_UPDATES
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist index d821329d0..c0729b61b 100644 --- a/config.php-dist +++ b/config.php-dist @@ -177,6 +177,9 @@ // *** Other settings (less important) *** // *************************************** + 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 |