X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-functions.php;h=a4af4d0be71cb681ca33f24fdf729b3237f34f85;hp=db769c06e400bf795772b47c69c9b4e720b20702;hb=fabec7329789dacbe264d95ba623831515d68009;hpb=24d88ff55d8797b8624ed0efb6cdfb3cd1e2fa68 diff --git a/inc/config-functions.php b/inc/config-functions.php index db769c06e4..a4af4d0be7 100644 --- a/inc/config-functions.php +++ b/inc/config-functions.php @@ -52,17 +52,18 @@ function initConfig () { // Set a minimum dummy configuration $GLOBALS['config'] = array( - 'code_length' => 0, - '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', + 'code_length' => 0, + 'patch_level' => 0, + 'last_update' => time(), + 'DEBUG_MODE' => 'N', + 'DEBUG_RESET' => 'N', + 'DEBUG_MONTHLY' => 'N', + 'DEBUG_WEEKLY' => 'N', + 'DEBUG_REGEX' => 'N', + 'ADMIN_REGISTERED' => 'N', + 'sql_count' => 0, + 'num_templates' => 0, + 'default_theme' => 'default', ); }