summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
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).