X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=sponsor_confirm.php;h=e1c9c464389b694a5259bea28a8013ab785f795f;hb=4913351e083ec29bfd7d98710e6a9da6c92bd648;hp=85cbbf61c9429d276c0cd64bc839beb496fa93a9;hpb=9b27fd714bd5db5ca84ec1bd019c7614441f504b;p=mailer.git diff --git a/sponsor_confirm.php b/sponsor_confirm.php index 85cbbf61c9..e1c9c46438 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -34,10 +34,10 @@ require_once("inc/libs/security_functions.php"); // Load the required file(s) -require ("inc/config.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'])) {