More network types and request parameters added, POST rerequest fixed
[mailer.git] / sponsor_confirm.php
index 0c6fde960fa219867e9cd0ef976cbaaf9f1efd85..c6301e32758e912a74d673291e8cc7e087bf3ae9 100644 (file)
@@ -48,15 +48,15 @@ $GLOBALS['output_mode'] = -2;
 require('inc/config-global.php');
 
 // Set content type for e.g. search engines
-if (isSpider()) setContentType('text/html');
+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