From ce84cc1b94d5723d4ae3cb93cf79f2a70116cf96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 26 Feb 2012 00:28:01 +0000 Subject: [PATCH] Fix, opps :( --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.30.2