From: quix0r 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/?a=commitdiff_plain;h=e341d4ec6a1c38405f5ecda4dc3d4b1fc5646166;p=mailer.git 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');