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-full.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rss-full.php (limited to 'rss-full.php') diff --git a/rss-full.php b/rss-full.php new file mode 100644 index 0000000..52afbd8 --- /dev/null +++ b/rss-full.php @@ -0,0 +1,27 @@ +. + */ + +include($_SERVER['DOCUMENT_ROOT'] . "/includes/rss.php"); + +rss_header("/text/index.php"); + +create_items_from_dir("text", 1); + +rss_footer(); + +?> -- cgit v1.2.3