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