From d24d138c0baab018887dc09ee25ae7623f295564 Mon Sep 17 00:00:00 2001 From: xcsoft Date: Sun, 2 Jan 2022 16:22:50 +0800 Subject: [PATCH] Update header.php --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index 47fc4e2..a12e767 100644 --- a/header.php +++ b/header.php @@ -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("

\"错误\"
"); + echo("

\"错误\"
"); echo('

该短域已被管理员封禁

'); exit(); }