X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=8dd674554a8111d1efff54c441dc3362d5819a25;hp=cd2236573b90f6257ce33fb8e35dd603bf5e1b25;hb=045fd39c83c676d115b730b97ab89750ced6fb1a;hpb=60494e212a67fe360bfbb481eb4928480a6f379b diff --git a/birthday_confirm.php b/birthday_confirm.php index cd2236573b..8dd674554a 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -44,7 +44,7 @@ $GLOBALS['module'] = "birthday_confirm"; $CSS = -1; // Load the required file(s) require ("inc/config.php"); -if (defined('mxchange_installed') && (mxchange_installed)) +if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) { // Script is installed so let's check for his confirmation link... $uid = strip_tags(bigintval($_GET['uid']));