summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 10:08:00 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 10:08:00 +0400
commit9427ba1d431394dd2c30fedfc49cc797dd5dc752 (patch)
tree33d01e4591b2fd721daeee689319db066af67780 /config.php-dist
parent6cfd3c149c44637e0aa0fd00d3b236aafa3edcbd (diff)
enable updater by default
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 1bb47d814..6561ecbd4 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_*).