From 6c341268b29a6a3a0b72a8569703b18c771e6695 Mon Sep 17 00:00:00 2001 From: david082321 <7046617+david082321@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:12:47 +0800 Subject: [PATCH] Update functions.php --- utils/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/functions.php b/utils/functions.php index 7f10514..996f977 100644 --- a/utils/functions.php +++ b/utils/functions.php @@ -45,7 +45,7 @@ function get_webpage($url, $host="", $ip="", $agent="") { function get_blacklist($uid) { $ch = curl_init(); - curl_setopt($ch, CURLOPT_URL, "https://black.qimo.ink/api/users/".$uid); + curl_setopt($ch, CURLOPT_URL, "https://b23.day/api/users/".$uid); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);