From 823ab006aaa504aaaa9be5e9b5c27cbdf3df28cc Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 23 Aug 2009 02:41:10 +0100 Subject: Initial commit of website code --- rss.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rss.php (limited to 'rss.php') diff --git a/rss.php b/rss.php new file mode 100644 index 0000000..7ad938f --- /dev/null +++ b/rss.php @@ -0,0 +1,27 @@ +. + */ + +include($_SERVER['DOCUMENT_ROOT'] . "/includes/rss.php"); + +rss_header("/text/index.php"); + +create_items_from_dir("text", 0); + +rss_footer(); + +?> -- cgit v1.2.3