X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ref.php;h=26e6087fe198b8e85b131eb31628497fe605b766;hp=d3fdc56e33f5fc24a404249cfc2f55d6810c0fce;hb=272c5303101aa273b1d8ae5435acdd8de5aec8d8;hpb=8a9324b2d931f54f54f4319fd7234910af77012c diff --git a/ref.php b/ref.php index d3fdc56e33..26e6087fe1 100644 --- a/ref.php +++ b/ref.php @@ -48,7 +48,7 @@ require ("inc/config.php"); if (defined('mxchange_installed') && (mxchange_installed)) { // Base URL for redirection - switch ($CONFIG['refid_target']) + switch ($_CONFIG['refid_target']) { case "register": $URL = URL."/modules.php?module=index&what=register&refid="; @@ -96,7 +96,7 @@ if (defined('mxchange_installed') && (mxchange_installed)) else { // You have to configure first! - LOAD_URL(URL."/install.php"); + LOAD_URL("install.php"); } // Really all done here... ;-)