summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-13 15:27:11 +0100
committerAndrew Dolgov <[email protected]>2006-10-13 15:27:11 +0100
commit6be32e77f56c9824899368fd7e5d30dda738f37a (patch)
tree6211a00b2566c8e40b13e2286411a72b04d671f3 /functions.php
parentb9d8935d9556103f804db80c84c84738e1ac6dd1 (diff)
block inclusion of feedcreator from update daemon
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index c06ab0a13..52598fbfd 100644
--- a/functions.php
+++ b/functions.php
@@ -19,7 +19,9 @@
require_once 'simplepie/simplepie.inc';
}
- require_once "feedcreator.class.php";
+ if (!DISABLE_SESSIONS) {
+ require_once "feedcreator.class.php";
+ }
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');