TODO updated, my website is now approved
[mailer.git] / confirm.php
index fd8105ac78f122afbde383b487b84f1730777b09..84c94b68653dbb047bb2eaf240ba20904303e722 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/13/2003 *
- * ===============                              Last change: 04/26/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 10/13/2003 *
+ * ===================                          Last change: 04/26/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : confirm.php                                      *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : confirm.php                                      *
@@ -46,13 +46,16 @@ $GLOBALS['output_mode'] = -1;
 // Load the required file(s)
 require('inc/config-global.php');
 
 // 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 the hash there?
 // No hash provided by default
 $URL = 'modules.php?module=index';
 
 // Is the hash there?
-if (isGetRequestElementSet('hash')) {
+if (isGetRequestParameterSet('hash')) {
        // We have an refid here. So we simply add it
        // We have an refid here. So we simply add it
-       $URL = 'modules.php?module=index&amp;what=confirm&amp;hash=' . getRequestElement('hash');
+       $URL = 'modules.php?module=index&amp;what=confirm&amp;hash=' . getRequestParameter('hash');
 } // END - if
 
 // Load the URL
 } // END - if
 
 // Load the URL