mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:25:57 +00:00
ALLOW_SELECT_UPDATE_METHOD: default to true
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
// Directory for lockfiles, must be writable to the user you run
|
||||
// daemon process or cronjobs under.
|
||||
|
||||
define('ALLOW_SELECT_UPDATE_METHOD', false);
|
||||
define('ALLOW_SELECT_UPDATE_METHOD', true);
|
||||
// Allow users to select the library to update feeds with - e.g.
|
||||
// Magpie or SimplePie
|
||||
|
||||
|
||||
Reference in New Issue
Block a user