]> git.mxchange.org Git - mailer.git/blobdiff - sponsor_confirm.php
Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / sponsor_confirm.php
index ebef80cc065a498a946137c02871af0dfddf90c8..0c6fde960fa219867e9cd0ef976cbaaf9f1efd85 100644 (file)
@@ -47,6 +47,9 @@ $GLOBALS['output_mode'] = -2;
 // Load the required file(s)
 require('inc/config-global.php');
 
+// Set content type for e.g. search engines
+if (isSpider()) setContentType('text/html');
+
 // No hash provided by default
 $URL = 'modules.php?module=index';