File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 181
181
// *** Other settings (less important) ***
182
182
// ***************************************
183
183
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
186
186
187
187
define ('DETECT_ARTICLE_LANGUAGE ' , false );
188
188
// Detect article language when updating feeds, presently this is only
197
197
// if you experience weird errors and tt-rss failing to start, blank pages
198
198
// after login, or content encoding errors, disable it.
199
199
200
- define ('PLUGINS ' , 'auth_internal, note, updater ' );
200
+ define ('PLUGINS ' , 'auth_internal, note ' );
201
201
// Comma-separated list of plugins to load automatically for all users.
202
202
// System plugins have to be specified here. Please enable at least one
203
203
// authentication plugin here (auth_*).
217
217
// if necessary (after migrating all new options from this file).
218
218
219
219
// vim:ft=php
220
- ?>
You can’t perform that action at this time.
0 commit comments