From 6be32e77f56c9824899368fd7e5d30dda738f37a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 13 Oct 2006 15:27:11 +0100 Subject: block inclusion of feedcreator from update daemon --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functions.php') 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'); -- cgit v1.2.3