X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=birthday_confirm.php;h=4d2b0058cebd4f6e591f7b13d35f786e14ebee6a;hb=36a31ecf3137283ddd5d7aad121bacf3df54e2e1;hp=b9b4242e5a043526530ab0ce4f81cf1eb6e234dc;hpb=f01652b7b8efac92d97889e312402c4a845c2f14;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index b9b4242e5a..4d2b0058ce 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -45,7 +45,7 @@ $GLOBALS['module'] = "birthday_confirm"; $CSS = -1; require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) { +if (isBooleanConstantAndTrue('mxchange_installed')) { // Script is installed so let's check for his confirmation link... $uid = bigintval($_GET['uid']);