Skip to content

Commit b69f647

Browse files
committed
Update config.php with new vars
1 parent c8d30e2 commit b69f647

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

misc/config.php

+3-4
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
// *** Other settings (less important) ***
182182
// ***************************************
183183

184-
define('CHECK_FOR_NEW_VERSION', true);
185-
// Check for new versions of tt-rss automatically.
184+
define('CHECK_FOR_UPDATES', false);
185+
// Check for updates automatically if running Git version
186186

187187
define('DETECT_ARTICLE_LANGUAGE', false);
188188
// Detect article language when updating feeds, presently this is only
@@ -197,7 +197,7 @@
197197
// if you experience weird errors and tt-rss failing to start, blank pages
198198
// after login, or content encoding errors, disable it.
199199

200-
define('PLUGINS', 'auth_internal, note, updater');
200+
define('PLUGINS', 'auth_internal, note');
201201
// Comma-separated list of plugins to load automatically for all users.
202202
// System plugins have to be specified here. Please enable at least one
203203
// authentication plugin here (auth_*).
@@ -217,4 +217,3 @@
217217
// if necessary (after migrating all new options from this file).
218218

219219
// vim:ft=php
220-
?>

0 commit comments

Comments
 (0)