X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=sponsor_confirm.php;h=c10f2cef31c8518f0b37f3f7a86d08db2e27e11f;hp=85cbbf61c9429d276c0cd64bc839beb496fa93a9;hb=b56eadb18a023f4d2d712e8936b4dc1ad31fd580;hpb=9b27fd714bd5db5ca84ec1bd019c7614441f504b diff --git a/sponsor_confirm.php b/sponsor_confirm.php index 85cbbf61c9..c10f2cef31 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -37,7 +37,7 @@ require_once("inc/libs/security_functions.php"); require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) { +if (isBooleanConstantAndTrue('mxchange_installed')) { // Base URL for redirection $URL = URL."/modules.php?module=index&what=sponsor_login&hash="; if (empty($_GET['hash'])) {