浏览代码

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator 3 年之前
父节点
当前提交
619f018d91
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      HCjs/HC.js

+ 1 - 1
HCjs/HC.js

@@ -63,7 +63,7 @@ function showEncodedPassword() {
 	 return;  
    }	   	
    passw = encryptSha2( $("#Password").val() + $("#Salt").val());
-   msg = "Please set your password in the config file with this value:";
+   msg = "Please set your hash in the config file with this value:";
    alert(msg + "\n\n" + passw);	
 }