More network types and request parameters added, POST rerequest fixed
[mailer.git] / agb.php
diff --git a/agb.php b/agb.php
index 102f160db8d4b6230496714bf17fc3e80dc5c140..fb1630b884ca365b278d26b612bc209e52e367a9 100644 (file)
--- a/agb.php
+++ b/agb.php
@@ -47,7 +47,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');
 
 // Simply redirect... :-)
 redirectToUrl('modules.php?module=index&what=agb');