From 4ca621a36016de1fbb5447e1c1de0b607ba94a7c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 3 Feb 2015 14:46:51 +0300 Subject: add config option CHECK_FOR_UPDATES --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') 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 -- cgit v1.2.3