X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=sponsor_ref.php;h=cd35f52e164e2ba1a11f05ca2cbb5de00436366b;hb=7989ec603971c0dc8dc35d8be4e72f8098b83baa;hp=30617e362965b856000949b0bb285353ba218764;hpb=84317e249885eb03a99f2946acf285ff27d506ac;p=mailer.git diff --git a/sponsor_ref.php b/sponsor_ref.php index 30617e3629..cd35f52e16 100644 --- a/sponsor_ref.php +++ b/sponsor_ref.php @@ -37,9 +37,9 @@ require("inc/libs/security_functions.php"); require("inc/config.php"); // Redirect only to registration page when this script is installed -if (defined('mxchange_installed') && (isBooleanConstantAndTrue(mxchange_installed))) { +if (isBooleanConstantAndTrue('mxchange_installed')) { // Base URL for redirection - $URL = "modules.php?module=index&what=sponsor_reg&refid="; + $URL = "modules.php?module=index&what=sponsor_reg&refid="; // Get referal ID from ref or refid variable $ref = 0;