From: Andrew Dolgov Date: Fri, 13 Oct 2006 14:27:11 +0000 (+0100) Subject: block inclusion of feedcreator from update daemon X-Git-Tag: 1.2.4~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6be32e77f56c9824899368fd7e5d30dda738f37a;p=tt-rss.git block inclusion of feedcreator from update daemon --- diff --git a/functions.php b/functions.php index c06ab0a1..52598fbf 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');