X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=sponsor_ref.php;h=b82c17679a943c8a3e7e2b8d392c6360c3d59906;hp=2b6cad86e136238951a23b04bb1cceca0601c41b;hb=744a2d99cf8759ecd219214bc98f0d32ae038ec1;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60 diff --git a/sponsor_ref.php b/sponsor_ref.php index 2b6cad86e1..b82c17679a 100644 --- a/sponsor_ref.php +++ b/sponsor_ref.php @@ -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'); + // Base URL for redirection $URL = 'modules.php?module=index&what=sponsor_reg&refid=';