Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1198
Modified Files:
Tag: branch-smarty
index.php
Log Message:
- '\r\n', That can't be right...
Index: index.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/index.php,v
retrieving revision 1.49.2.13
retrieving revision 1.49.2.14
diff -u -d -r1.49.2.13 -r1.49.2.14
--- index.php 16 Nov 2004 14:55:17 -0000 1.49.2.13
+++ index.php 16 Nov 2004 16:44:10 -0000 1.49.2.14
@@ -15,7 +15,7 @@
// 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');
+header('HTTP/1.0 200');
header('X-Blog: Serendipity'); // Used for installer detection
// Session and serendipity_login() are needed to also remember an autologin
|