Fix for registration, logic went wrong...
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index 700491851a4bff59c4f262a928dfac4165e3463c..a475c51acea62bfee71d163502ec7bc87677bcae 100644 (file)
--- a/ref.php
+++ b/ref.php
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/13/2003 *
- * ===============                              Last change: 09/04/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 10/13/2003 *
+ * ===================                          Last change: 09/04/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : ref.php                                          *
@@ -46,8 +46,11 @@ $GLOBALS['output_mode'] = -1;
 // Load the required file(s)
 require('inc/config-global.php');
 
+// Set content type for e.g. search engines
+setContentType('text/html');
+
 // No refid by default
-$URL = 'index.php';
+$URL = 'modules.php?module=index';
 
 if (determineReferalId() > 0) {
        // Test if nickname or numeric id
@@ -87,7 +90,7 @@ if (determineReferalId() > 0) {
                                break;
 
                        case 'index':
-                               $URL = 'index.php';
+                               $URL = 'modules.php?module=index';
                                break;
                } // END - switch
        } // END - if