More fixes for updating from older revisions
[mailer.git] / agb.php
diff --git a/agb.php b/agb.php
index bbb5da499dddda19b0969972c8332378406d3859..102f160db8d4b6230496714bf17fc3e80dc5c140 100644 (file)
--- a/agb.php
+++ b/agb.php
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/27/2003 *
- * ===============                              Last change: 04/26/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/27/2003 *
+ * ===================                          Last change: 04/26/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : agb.php                                          *
@@ -46,6 +46,9 @@ $GLOBALS['output_mode'] = -1;
 // Load the required file(s)
 require('inc/config-global.php');
 
+// Set content type for e.g. search engines
+if (isSpider()) setContentType('text/html');
+
 // Simply redirect... :-)
 redirectToUrl('modules.php?module=index&amp;what=agb');