회원 가입시 global_salt를 올바르게 사용하지 않는 문제 해결

This commit is contained in:
2018-03-16 02:20:39 +09:00
parent cdae15fd41
commit 3fcaa153f9
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ if($canJoin != 'Y'){
</div>
</div>
<input type="hidden" id="input_hash_salt1" name="global_salt" value="<?=getGlobalSalt()?>">
<input type="hidden" id="global_salt" name="global_salt" value="<?=getGlobalSalt()?>">
<div class="form-group row">
<div class="col-sm-3"></div>
<div class="col-sm-9">