X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=doubler.php;h=e8a088bc8cefdef9885e7ab482571898e9d1dcf1;hp=f2690ca9bdc4f6c5932ca0ab8bc5a55fd4c44649;hb=0e899620c7a065952d6787c236fb2b33ae337d6a;hpb=52e8a0635bd0b7c653845685c55e4e5f251375fe diff --git a/doubler.php b/doubler.php index f2690ca9bd..e8a088bc8c 100644 --- a/doubler.php +++ b/doubler.php @@ -48,7 +48,7 @@ $CSS = "0"; require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (mxchange_installed)) +if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) { // Probe for referral ID if (!empty($_GET['refid'])) $GLOBALS['refid'] = bigintval($_GET['refid']);