X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=897b03aa862db2b203a9effa43cae9dddc7173b3;hb=1657e674105ece63ee49105cb377067fa4408e3b;hp=ace37e5d152d028281ea063624f41bfd3d54236f;hpb=58b29a924c48e7c1ce38c435c92e541b53984c56;p=mailer.git diff --git a/inc/config.php b/inc/config.php index ace37e5d15..897b03aa86 100644 --- a/inc/config.php +++ b/inc/config.php @@ -34,7 +34,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php"; require($INC); } @@ -104,6 +104,9 @@ define('mxchange_installed', false); // CFG: ADMIN-SETUP define('admin_registered', false); +// CFG: FRAMESET +define('frameset_active', false); + // CFG: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!) define('DEBUG_MODE', false);