1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 12:05:57 +00:00

block inclusion of feedcreator from update daemon

This commit is contained in:
Andrew Dolgov
2006-10-13 15:27:11 +01:00
parent b9d8935d95
commit 6be32e77f5

View 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');