회원 가입시 global_salt를 올바르게 사용하지 않는 문제 해결
This commit is contained in:
+1
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user