diff options
Diffstat (limited to 'rss.php')
-rwxr-xr-x | rss.php | 1 |
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'); | |||
24 | include('includes/db.php'); | 24 | include('includes/db.php'); |
25 | include('includes/functions.php'); | 25 | include('includes/functions.php'); |
26 | include('includes/parsers.php'); | 26 | include('includes/parsers.php'); |
27 | include_once('includes/specialdates.php'); | ||
27 | 28 | ||
28 | header('Content-type: application/rss+xml'); | 29 | header('Content-type: application/rss+xml'); |
29 | 30 | ||