summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-24 05:40:08 +0100
committerAndrew Dolgov <[email protected]>2008-09-24 05:40:08 +0100
commita47fa01794baf2d02dc916fbc32e88000bb76167 (patch)
treed23d6639ed298011f9207abb52d89b39a00df503 /config.php-dist
parentbaa2db9fa6c0f74330efd0354460cdda196dc1c6 (diff)
ALLOW_SELECT_UPDATE_METHOD: default to true
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 4bcfc31ba..a573df154 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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