Skip to content
This repository was archived by the owner on Mar 4, 2018. It is now read-only.

Commit 6255ea5

Browse files
authored
更新接口协议更换
1 parent 42203a3 commit 6255ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/upgrade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
function check(){
103103
$("#jc").attr("disabled","true");
104104
$("#jc").html("检查中...");
105-
$.getJSON("http://aoaoao.me/api/check.php?v=<?php echo $version[1] ?>&callback=?",
105+
$.getJSON("https://aoaoao.me/api/check.php?v=<?php echo $version[1] ?>&callback=?",
106106
function(data){
107107
var ge=data;
108108
if(ge[0]=="bad"){
@@ -185,4 +185,4 @@ function(ddd){
185185
});
186186
}
187187

188-
</script>
188+
</script>

0 commit comments

Comments
 (0)