X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=644925084c15df31741f7d77b89068b68cd9c988;hb=27649f75f23b48c5fe9e2c2a057b4b287b6b3ab7;hp=ace37e5d152d028281ea063624f41bfd3d54236f;hpb=58b29a924c48e7c1ce38c435c92e541b53984c56;p=mailer.git diff --git a/inc/config.php b/inc/config.php index ace37e5d15..644925084c 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,9 +104,24 @@ 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); +// CFG: DEBUG-MAIL (turn this on if you need to debug mails, only affects if DEBUG_MODE is true) +//define('DEBUG_MAIL', true); + +// CFG: DEBUG-RESET (comment in to test daily reset, comment out to not test) +//define('DEBUG_RESET', true); + +// CFG: DEBUG-MONTHLY (comment in to test monthly reset, comment out to not test) +//define('DEBUG_MONTHLY', true); + +// CFG: DEBUG-WEEKLY (comment in to test weekly reset, comment out to not test) +//define('DEBUG_WEEKLY', true); + // When we are not installing if (!defined('mxchange_installing')) define('mxchange_installing', false);