j_login.php를 제외한 모든 기존 login 코드 폐기

This commit is contained in:
2018-03-22 03:15:47 +09:00
parent c699824cfc
commit a5110fa1e8
26 changed files with 1 additions and 2454 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ $(document).ready( function () {
var hash_pw = sha512(salt + raw_password + salt);
$.post({
url:'i_login/j_login.php',
url:'j_login.php',
dataType:'json',
data:{
'username':$('#username').val(),