From: Roland Häder Date: Tue, 14 Jun 2011 16:45:45 +0000 (+0000) Subject: DEBUG_MODE is N now by default X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=3fcf6d848f3437f860c4899363366f24543a111e DEBUG_MODE is N now by default --- diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index db93a59ca4..6b5ff15066 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -81,7 +81,7 @@ setConfigEntry('_DB_TYPE', 'mysql3'); setConfigEntry('ENABLE_BACKLINK', 'Y'); // CFG: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!) -setConfigEntry('DEBUG_MODE', 'Y'); +setConfigEntry('DEBUG_MODE', 'N'); // CFG: DEBUG-TEMPLATE-CACHE setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');