summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-18 07:37:02 +0100
committerAndrew Dolgov <[email protected]>2006-08-18 07:37:02 +0100
commita16399e84fee43d6ceac05c27a087a2ccb253441 (patch)
tree3465766487fc81257565568f8b255dfe441e03b0 /config.php-dist
parentf156fd00ee99338d1824d20f65f0fe30d03c4f9e (diff)
fix definition of RSS_BACKEND_TYPE (closes #99)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index bcdbf767b..b2dc38fe7 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -9,7 +9,7 @@
define('DB_PASS', "XXXXXX");
//define('DB_PORT', '5432'); // when neeeded, PG-only
- define(RSS_BACKEND_TYPE, "magpie");
+ define('RSS_BACKEND_TYPE', "magpie");
// magpie (stable) or simplepie (EXPERIMENTAL!)
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');