X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=5a4e26340be790fbc6d16605fc6ad958683b6410;hp=1af40fcdb50e6a8bed06c5538e6f04798266efb6;hb=26c2b865f004bf366690df9766f06faa2d713a34;hpb=3299d3eba008bfd2450d0f19d072126f98c78e1e 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");