]> git.wh0rd.org Git - tt-rss.git/commitdiff
block inclusion of feedcreator from update daemon
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 13 Oct 2006 14:27:11 +0000 (15:27 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 13 Oct 2006 14:27:11 +0000 (15:27 +0100)
functions.php

index c06ab0a138d72082055078b8d2f3a02c4c478a0c..52598fbfdc9b0f96b34023245ba24be70da888ba 100644 (file)
@@ -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');