X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=confirm.php;h=cf27796429a14bf4027ce490db1765970fb28df9;hb=c10691a8c7e0f2d04f5c7b0e705a21375f9f5f31;hp=278c428eb8b45de0594fcd3f3d93da1937468dcc;hpb=d016e24dd4686f613a17733b96bc28fac936a4ac;p=mailer.git diff --git a/confirm.php b/confirm.php index 278c428eb8..cf27796429 100644 --- a/confirm.php +++ b/confirm.php @@ -46,15 +46,15 @@ $GLOBALS['output_mode'] = -1; require("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) { +if ((isInstalled()) && (isAdminRegistered())) { // Base URL for redirection $URL = "modules.php?module=index&what=confirm&hash="; - if (empty($_GET['hash'])) { + if (!REQUEST_ISSET_GET(('hash'))) { // No refid and we add our refid (don't forget to set $def_refid!) $URL = "modules.php?module=index"; } else { // We have an refid here. So we simply add it - $URL .= $_GET['hash']; + $URL .= REQUEST_GET('hash'); } // Load the URL