파일명 변경2

This commit is contained in:
2018-03-22 02:56:05 +09:00
parent ef67f7ec4e
commit f7b2f88910
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ $(function(){
$.ajax({
cache:false,
type:'post',
url:'j_serverAdminStatus.php',
url:'j_server_get_admin_status.php',
dataType:'json'
}).then(drawServerAdminList);
});