New extension ext-partner introduced
[mailer.git] / sponsor_confirm.php
index ebef80cc065a498a946137c02871af0dfddf90c8..c6301e32758e912a74d673291e8cc7e087bf3ae9 100644 (file)
@@ -47,13 +47,16 @@ $GLOBALS['output_mode'] = -2;
 // Load the required file(s)
 require('inc/config-global.php');
 
+// Set content type for e.g. search engines
+setContentType('text/html');
+
 // No hash provided by default
 $URL = 'modules.php?module=index';
 
 // Is there a hash?
-if (isGetRequestElementSet('hash')) {
+if (isGetRequestParameterSet('hash')) {
        // We have an refid here. So we simply add it
-       $URL = 'modules.php?module=index&what=sponsor_login&hash=' . getRequestElement('hash');
+       $URL = 'modules.php?module=index&what=sponsor_login&hash=' . getRequestParameter('hash');
 } // END - if
 
 // Load the URL