From 78cc09f15f8a6aa522e4dfecd1538892318de938 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 16 May 2007 10:12:47 +0000 Subject: [PATCH] Future compatibility --- rss.php | 1 + 1 file changed, 1 insertion(+) 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');