]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
Fixes for wrong config entries
[mailer.git] / inc / config.php
index ca19c3221b2ee1ff536c745a72d95ec7bde86d41..4f90620e1ac09472b7664d0907cc0a3773a5718c 100644 (file)
@@ -32,8 +32,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if (!defined('__SECURITY'))
-{
+if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
@@ -107,6 +106,9 @@ define('admin_registered', 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);
+
 // When we are not installing
 if (!defined('mxchange_installing')) define('mxchange_installing', false);