diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-11 21:27:21 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-11 21:27:21 -0500 |
commit | acd2740ccbbb358e866a8bb3ac64c0de32e554f9 (patch) | |
tree | 17dec98c0b1def274dd317e6dd897785745cbf9f /rss.php | |
parent | ddec2b62e73a7750e1b0b43d3bf9381d6fb8f7ac (diff) | |
parent | 3bdac6375a47fb794ad03172fc5ee1342231c3a1 (diff) | |
download | fourisland-acd2740ccbbb358e866a8bb3ac64c0de32e554f9.tar.gz fourisland-acd2740ccbbb358e866a8bb3ac64c0de32e554f9.tar.bz2 fourisland-acd2740ccbbb358e866a8bb3ac64c0de32e554f9.zip |
Merged heads
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 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'); |