X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=doubler.php;h=983653ddaa6a4a829de321fdca69bcf708aaa6f2;hp=9eb0c4e9180ef6962a441aa04ff6c966022ac543;hb=f74581eca45c393033acfd9d7798b958031bc625;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/doubler.php b/doubler.php index 9eb0c4e918..983653ddaa 100644 --- a/doubler.php +++ b/doubler.php @@ -51,9 +51,9 @@ require("inc/config.php"); REDIRECT_ON_UNINSTALLED_EXTENSION("doubler"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Probe for referal ID - if (REQUEST_ISSET_GET(('refid'))) $GLOBALS['refid'] = SQL_ESCAPE(REQUEST_GET('refid')); + if (REQUEST_ISSET_GET(('refid'))) $GLOBALS['refid'] = REQUEST_GET(('refid')); // Only check this if refid is provided! if ($GLOBALS['refid'] > 0) {