From: Roland Häder Date: Wed, 7 Oct 2009 23:12:16 +0000 (+0000) Subject: More missing config entries added X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=24d88ff55d8797b8624ed0efb6cdfb3cd1e2fa68 More missing config entries added --- diff --git a/inc/config-functions.php b/inc/config-functions.php index fe1e3d7058..db769c06e4 100644 --- a/inc/config-functions.php +++ b/inc/config-functions.php @@ -56,6 +56,10 @@ function initConfig () { 'patch_level' => 0, 'last_update' => time(), 'DEBUG_MODE' => 'N', + 'DEBUG_RESET' => 'N', + 'DEBUG_MONTHLY' => 'N', + 'DEBUG_WEEKLY' => 'N', + 'DEBUG_REGEX' => 'N', 'sql_count' => 0, 'num_templates' => 0, 'default_theme' => 'default',