From 24d88ff55d8797b8624ed0efb6cdfb3cd1e2fa68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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.30.2