X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=5a4e26340be790fbc6d16605fc6ad958683b6410;hb=bf01243fde80bcd43029376788dc3ec341620c6d;hp=1af40fcdb50e6a8bed06c5538e6f04798266efb6;hpb=3299d3eba008bfd2450d0f19d072126f98c78e1e;p=mailer.git diff --git a/index.php b/index.php index 1af40fcdb5..5a4e26340b 100644 --- a/index.php +++ b/index.php @@ -46,7 +46,7 @@ $GLOBALS['module'] = "index"; require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) { +if (isBooleanConstantAndTrue('mxchange_installed')) { // Header require(PATH."inc/header.php");