summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2009-02-25 15:39:21 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2009-02-25 15:39:21 -0500
commit4cce41c058cc132df28c891585a8380a68f6ab23 (patch)
tree2b6a98b7b44728a1692a3fff2cc4893a8a038e8a /index.php
parent9f112c2e1668c286bdbf832f6e2f4451b7d52b44 (diff)
downloadpillowcase-4cce41c058cc132df28c891585a8380a68f6ab23.tar.gz
pillowcase-4cce41c058cc132df28c891585a8380a68f6ab23.tar.bz2
pillowcase-4cce41c058cc132df28c891585a8380a68f6ab23.zip
Added RSS feed
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
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
3include('includes/db.php'); 3include('includes/db.php');
4include('includes/functions.php'); 4include('includes/functions.php');
5include('includes/update.php');
5 6
6ob_start(); 7ob_start();
7 8