From: Andrew Dolgov Date: Wed, 24 Sep 2008 04:40:08 +0000 (+0100) Subject: ALLOW_SELECT_UPDATE_METHOD: default to true X-Git-Tag: 1.2.28~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a47fa01794baf2d02dc916fbc32e88000bb76167;p=tt-rss.git ALLOW_SELECT_UPDATE_METHOD: default to true --- diff --git a/config.php-dist b/config.php-dist index 4bcfc31b..a573df15 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