X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=00d2e1f539c7b27d477b0ed13e6d25147ae840c0;hp=82f4acc4ae750a5d39e5928d04c3b63e93545b97;hb=ce84cc1b94d5723d4ae3cb93cf79f2a70116cf96;hpb=7a03009e08d9d15b796d425bb079607aca8751f4 diff --git a/inc/config.php b/inc/config.php index 82f4acc4..00d2e1f5 100644 --- a/inc/config.php +++ b/inc/config.php @@ -273,7 +273,7 @@ $cfg->setConfigEntry('rnd_str_length', 128); $cfg->setConfigEntry('hash_extra_mask', "%1s:%2s:%3s"); // 1=salt, 2=extra salt, 3=plain password/string // CFG: HASH-NORMAL-MASK -$cfg->setConfigEntry('hash_NORMAL_mask', "%1s:%2s"); // 1=salt, 2=plain password/string +$cfg->setConfigEntry('hash_normal_mask', "%1s:%2s"); // 1=salt, 2=plain password/string // CFG: IS-SINGLE-SERVER $cfg->setConfigEntry('is_single_server', 'Y');