ALLOW_SELECT_UPDATE_METHOD: default to true
This commit is contained in:
parent
baa2db9fa6
commit
a47fa01794
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue