summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-07 17:11:22 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-07 17:11:22 -0500
commitbb736bb631788574137742f60dfaa2a808573af8 (patch)
treee840a6a4c24866c33e8a0bf51ff6044d4fb2adbf /index.php
parenta930e827048acf17d04a6af06c1616a72dee714a (diff)
downloadfourisland-bb736bb631788574137742f60dfaa2a808573af8.tar.gz
fourisland-bb736bb631788574137742f60dfaa2a808573af8.tar.bz2
fourisland-bb736bb631788574137742f60dfaa2a808573af8.zip
Moved pingbacks to a seperate table
Because pingbacks just aren't comments, they shouldn't be stored in the comments table. So, a new table has been created for them and the blog post
view pages have been accomodated to show them at the bottom just like the related posts are shown.
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index 12ba2ab..c7e6d5b 100755 --- a/index.php +++ b/index.php
@@ -20,7 +20,7 @@
20 20
21require('headerproc.php'); 21require('headerproc.php');
22 22
23header('X-Pingback: http://www.fourisland.com/xmlrpc.php'); 23header('X-Pingback: http://fourisland.com/xmlrpc.php');
24 24
25include('../security/config.php'); 25include('../security/config.php');
26include('includes/db.php'); 26include('includes/db.php');