From 77f8cf84b80476b2454fb44be9ea517d6c6c3e29 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 17 Sep 2009 23:18:43 +0100 Subject: Added missing atom file (should have been with previous commit --- atom.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 atom.php diff --git a/atom.php b/atom.php new file mode 100644 index 0000000..f33f81d --- /dev/null +++ b/atom.php @@ -0,0 +1,27 @@ +. + */ + +include($_SERVER['DOCUMENT_ROOT'] . "/includes/atom.php"); + +atom_header("/text/index.php"); + +create_entries_from_dir("text"); + +atom_footer(); + +?> -- cgit v1.2.3