X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ref.php;h=a475c51acea62bfee71d163502ec7bc87677bcae;hp=a36ed185285f60f946f4f02970db5fc8f0dd6f33;hb=f51be78aa682f22b29fcfcfcd4331d6b3b47a552;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60 diff --git a/ref.php b/ref.php index a36ed18528..a475c51ace 100644 --- a/ref.php +++ b/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