diff --git a/rss.php b/rss.php index 72d12a73..efd3bc95 100644 --- a/rss.php +++ b/rss.php @@ -5,6 +5,7 @@ header('Content-Type: text/xml; charset=utf-8'); session_cache_limiter('public'); +@define('IN_RSS', true); include('serendipity_config.inc.php'); include(S9Y_INCLUDE_PATH . 'include/functions_rss.inc.php');