Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 59cefa0

Browse files
authored
Update add_domain.php
1 parent c21b216 commit 59cefa0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

add_domain.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ function msg($s){
1818
if ($r["result"]=="success"){
1919
msg("添加成功");
2020
}else{
21-
msg("添加失败:".$r["msg"]);
22-
}
21+
if (empty($r["msg")){
22+
msg("请刷新本页面以确认域名是否添加成功");
23+
}else{
24+
msg("添加失败:".$r["msg"]);
25+
}
26+
}

0 commit comments

Comments
 (0)