From 424e75146503ee8b718abcbff807604e44b40e47 Mon Sep 17 00:00:00 2001 From: quix0r Date: Wed, 7 Oct 2009 23:12:16 +0000 Subject: [PATCH] More missing config entries added --- inc/config-functions.php | 4 ++++ 1 file changed, 4 insertions(+) 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', -- 2.39.5