From 34459667e259eb01257a73a4c30bff0ba2c3b3d5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Jan 2008 18:50:29 +0100 Subject: new option: ALLOW_SELECT_UPDATE_METHOD (bump config ver) --- config.php-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.php-dist') 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). -- cgit v1.2.3-54-g00ecf