summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-11 21:27:21 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-11 21:27:21 -0500
commitacd2740ccbbb358e866a8bb3ac64c0de32e554f9 (patch)
tree17dec98c0b1def274dd317e6dd897785745cbf9f
parentddec2b62e73a7750e1b0b43d3bf9381d6fb8f7ac (diff)
parent3bdac6375a47fb794ad03172fc5ee1342231c3a1 (diff)
downloadfourisland-acd2740ccbbb358e866a8bb3ac64c0de32e554f9.tar.gz
fourisland-acd2740ccbbb358e866a8bb3ac64c0de32e554f9.tar.bz2
fourisland-acd2740ccbbb358e866a8bb3ac64c0de32e554f9.zip
Merged heads
-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');