Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Jan 2, 2022
1 parent a675b81 commit d24d138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -27,7 +27,7 @@
$arr1 = mysqli_fetch_assoc(mysqli_query($conn,"SELECT *FROM `ban` where `content`='$ip' or `content`='$id'"));
$type = $arr1['type'];
if (!empty($type)) {
echo("<br /><br /><center><img src=\"https://cdn.jsdelivr.net/gh/soxft/cdn@master/urlshorting/notice.png\" widht=\"85\" height=\"85\" alt=\"错误\"></center>");
echo("<br /><br /><center><img src=\"https://cdn.jsdelivr.net/gh/soxft/cdn@1.0.0/urlshorting/notice.png\" widht=\"85\" height=\"85\" alt=\"错误\"></center>");
echo('<center><h1>该短域已被管理员封禁</h1></center></div>');
exit();
}
Expand Down

0 comments on commit d24d138

Please sign in to comment.