summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xrss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/rss.php b/rss.php index 41e49f0..2a72d8a 100755 --- a/rss.php +++ b/rss.php
@@ -24,6 +24,7 @@ include('../security/config.php');
24include('includes/db.php'); 24include('includes/db.php');
25include('includes/functions.php'); 25include('includes/functions.php');
26include('includes/parsers.php'); 26include('includes/parsers.php');
27include_once('includes/specialdates.php');
27 28
28header('Content-type: application/rss+xml'); 29header('Content-type: application/rss+xml');
29 30