1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

new option: ALLOW_SELECT_UPDATE_METHOD (bump config ver)

This commit is contained in:
Andrew Dolgov
2008-01-25 18:50:29 +01:00
parent 16211ddbf2
commit 34459667e2
4 changed files with 25 additions and 14 deletions
+5 -1
View File
@@ -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).