Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv16349
Modified Files:
index.php
Log Message:
partial fix for broken auto-tb discovery
Index: index.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.php 28 Apr 2003 17:53:58 -0000 1.5
+++ index.php 30 Apr 2003 15:48:55 -0000 1.6
@@ -1,4 +1,7 @@
<?php
+// We need to set this to return a 200 since we use .htaccess ErrorDocument
+// rules to handle archives.
+header("HTTP/1.0 200\r\n");
session_start();
include_once("serendipity_config.inc.php");
|