summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-25 18:50:29 +0100
committerAndrew Dolgov <[email protected]>2008-01-25 18:50:29 +0100
commit34459667e259eb01257a73a4c30bff0ba2c3b3d5 (patch)
tree7eb1357ba017d29391872a539e84468f3059814c /config.php-dist
parent16211ddbf24c978d88d8eb434ab57d7824827dbd (diff)
new option: ALLOW_SELECT_UPDATE_METHOD (bump config ver)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 2c92429ec..191d648e3 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -174,7 +174,11 @@
// Directory for lockfiles, must be writable to the user you run
// daemon process or cronjobs under.
- define('CONFIG_VERSION', 14);
+ define('ALLOW_SELECT_UPDATE_METHOD', false);
+ // Allow users to select the library to update feeds with - e.g.
+ // Magpie or SimplePie
+
+ define('CONFIG_VERSION', 15);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).