]> git.mxchange.org Git - mailer.git/blobdiff - ref.php
HTTP/1.1 does allow chunked content, but our script does not support it (yet)
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index f3fa2597bb8842c1952d0d279dfc4079ab8c421c..cff2ace8d92b92855c1f2b55757d2f8e208dc72c 100644 (file)
--- a/ref.php
+++ b/ref.php
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -47,7 +48,7 @@ $GLOBALS['output_mode'] = -1;
 require('inc/config-global.php');
 
 // Set content type for e.g. search engines
-if (isSpider()) setContentType('text/html');
+setContentType('text/html');
 
 // No refid by default
 $URL = 'modules.php?module=index';