]> git.wh0rd.org - tt-rss.git/commitdiff
enable updater by default
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Mar 2013 06:08:00 +0000 (10:08 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Mar 2013 06:08:00 +0000 (10:08 +0400)
config.php-dist

index 1bb47d81405ca843a314e264850e58a3c75c044d..6561ecbd4ffcf6029a6c0ecd00169a5b6eb4d5c9 100644 (file)
        // 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_*).