From: Andrew Dolgov Date: Thu, 28 Mar 2013 06:08:00 +0000 (+0400) Subject: enable updater by default X-Git-Tag: 1.7.6~217 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9427ba1d431394dd2c30fedfc49cc797dd5dc752;p=tt-rss.git enable updater by default --- diff --git a/config.php-dist b/config.php-dist index 1bb47d81..6561ecbd 100644 --- a/config.php-dist +++ b/config.php-dist @@ -177,7 +177,7 @@ // if you experience weird errors and tt-rss failing to start, blank pages // after login, or content encoding errors, disable it. - define('PLUGINS', 'auth_remote, auth_internal, note'); + define('PLUGINS', 'auth_remote, auth_internal, note, updater'); // Comma-separated list of plugins to load automatically for all users. // System plugins have to be specified here. Please enable at least one // authentication plugin here (auth_*).