]> git.mxchange.org Git - mailer.git/blobdiff - index.php
Cache does no longer try to close non-existing cache
[mailer.git] / index.php
index 1af40fcdb50e6a8bed06c5538e6f04798266efb6..e0d16d72666fa569bbd400afacd600a94139bb13 100644 (file)
--- 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");