[geeklog-cvs] geeklog: Backed out changeset 125ae60f37bd (Sending a Content-Ty...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Sep 5 07:05:29 EDT 2010


changeset 7971:39aef7cd4609
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/39aef7cd4609
user: Dirk Haun <dirk at haun-online.de>
date: Sun Sep 05 13:02:03 2010 +0200
description:
Backed out changeset 125ae60f37bd (Sending a Content-Type header in COM_refresh)

diffstat:

 public_html/lib-common.php |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 125ae60f37bd -r 39aef7cd4609 public_html/lib-common.php
--- a/public_html/lib-common.php	Sun Mar 21 18:27:49 2010 +0100
+++ b/public_html/lib-common.php	Sun Sep 05 13:02:03 2010 +0200
@@ -2824,8 +2824,6 @@
 */
 function COM_refresh($url)
 {
-    header('Content-Type: text/html; charset=' . COM_getCharset());
-
     return "<html><head><meta http-equiv=\"refresh\" content=\"0; URL=$url\"></head></html>\n";
 }
 



More information about the geeklog-cvs mailing list