X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=confirm.php;h=571941f329d8aa95de5401d6f45397d0ca91d271;hp=e844c6c77e3ebde2d872673b69c73f058ba1fe49;hb=c45b1827a16928c65ecc1aea6a9d7a504c4874d4;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/confirm.php b/confirm.php index e844c6c77e..571941f329 100644 --- a/confirm.php +++ b/confirm.php @@ -37,8 +37,6 @@ require_once("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; -if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']); -if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']); // Set module to confirm $GLOBALS['module'] = "confirm"; $CSS = -1; @@ -47,7 +45,7 @@ $GLOBALS['module'] = "confirm"; $CSS = -1; require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (mxchange_installed) && (admin_registered)) +if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) { // Base URL for redirection $URL = URL."/modules.php?module=index&what=confirm&hash="; @@ -68,7 +66,7 @@ if (defined('mxchange_installed') && (mxchange_installed) && (admin_registered)) else { // You have to configure first! - LOAD_URL(URL."/install.php"); + LOAD_URL("install.php"); } // Really all done here... ;-) ?>