X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=e0d16d72666fa569bbd400afacd600a94139bb13;hb=930830936f3d53fcfde60d14a408c5add6679a22;hp=1af40fcdb50e6a8bed06c5538e6f04798266efb6;hpb=3299d3eba008bfd2450d0f19d072126f98c78e1e;p=mailer.git diff --git a/index.php b/index.php index 1af40fcdb5..e0d16d7266 100644 --- a/index.php +++ b/index.php @@ -43,10 +43,10 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; $GLOBALS['module'] = "index"; // Load config.php -require ("inc/config.php"); +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");