diff options
-rwxr-xr-x | rss.php | 1 |
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 | ||
23 | include('../security/config.php'); | 23 | include('../security/config.php'); |
24 | include('includes/db.php'); | 24 | include('includes/db.php'); |
25 | include('includes/functions.php'); | ||
25 | include('includes/bbcode.php'); | 26 | include('includes/bbcode.php'); |
26 | 27 | ||
27 | header('Content-type: application/rss+xml'); | 28 | header('Content-type: application/rss+xml'); |