summary refs log tree commit diff stats
path: root/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'rss.php')
-rwxr-xr-xrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.php b/rss.php index 176ea32..e6e7d55 100755 --- a/rss.php +++ b/rss.php
@@ -23,7 +23,7 @@ require('headerproc.php');
23include('../security/config.php'); 23include('../security/config.php');
24include('includes/db.php'); 24include('includes/db.php');
25include('includes/functions.php'); 25include('includes/functions.php');
26include('includes/bbcode.php'); 26include('includes/parsers.php');
27 27
28header('Content-type: application/rss+xml'); 28header('Content-type: application/rss+xml');
29 29