X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=sponsor_confirm.php;h=e1c9c464389b694a5259bea28a8013ab785f795f;hp=85cbbf61c9429d276c0cd64bc839beb496fa93a9;hb=808db972209a973665be5ab9d69f520762a4e087;hpb=9b27fd714bd5db5ca84ec1bd019c7614441f504b 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'])) {