From 2490f31e836d09c42c381707279ebc8120fc48a0 Mon Sep 17 00:00:00 2001
From: garvinhicking <garvinhicking>
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 72d12a7..efd3bc9 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');
 
-- 
2.39.5