X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ref.php;h=a475c51acea62bfee71d163502ec7bc87677bcae;hp=0ee71430c87d7f125de81ccfb82e88168c6bc38f;hb=60403e95910ee466e0ef685b068facb88237721f;hpb=02a212e4758d0ee6cd970c4ea9e51ca603bd3b52 diff --git a/ref.php b/ref.php index 0ee71430c8..a475c51ace 100644 --- a/ref.php +++ b/ref.php @@ -47,10 +47,10 @@ $GLOBALS['output_mode'] = -1; require('inc/config-global.php'); // Set content type for e.g. search engines -if (isSpider()) setContentType('text/html'); +setContentType('text/html'); // No refid by default -$URL = 'index.php'; +$URL = 'modules.php?module=index'; if (determineReferalId() > 0) { // Test if nickname or numeric id @@ -90,7 +90,7 @@ if (determineReferalId() > 0) { break; case 'index': - $URL = 'index.php'; + $URL = 'modules.php?module=index'; break; } // END - switch } // END - if