diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-25 15:39:21 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-25 15:39:21 -0500 |
commit | 4cce41c058cc132df28c891585a8380a68f6ab23 (patch) | |
tree | 2b6a98b7b44728a1692a3fff2cc4893a8a038e8a /index.php | |
parent | 9f112c2e1668c286bdbf832f6e2f4451b7d52b44 (diff) | |
download | pillowcase-4cce41c058cc132df28c891585a8380a68f6ab23.tar.gz pillowcase-4cce41c058cc132df28c891585a8380a68f6ab23.tar.bz2 pillowcase-4cce41c058cc132df28c891585a8380a68f6ab23.zip |
Added RSS feed
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php index 3738020..16b051c 100644 --- a/index.php +++ b/index.php | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | include('includes/db.php'); | 3 | include('includes/db.php'); |
4 | include('includes/functions.php'); | 4 | include('includes/functions.php'); |
5 | include('includes/update.php'); | ||
5 | 6 | ||
6 | ob_start(); | 7 | ob_start(); |
7 | 8 | ||