ALLOW_SELECT_UPDATE_METHOD: default to true

This commit is contained in:
Andrew Dolgov 2008-09-24 05:40:08 +01:00
parent baa2db9fa6
commit a47fa01794
1 changed files with 1 additions and 1 deletions

View File

@ -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