1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu v1.6.10 Hapuego

This commit is contained in:
だいちまる
2025-12-31 22:02:40 +09:00
parent 7efa219478
commit 8a276490b8
6 changed files with 69 additions and 8 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ if(!(empty($_GET["session"])) && !(empty($_GET["client"])) && !(empty($_GET["sco
$client_about = "クライアントによる説明はありません。";
}
if(isset($_GET["callback"])){
$client_callback = safetext(urldecode($_GET["callback"]));
$client_callback = urldecode($_GET["callback"]);
}else{
$client_callback = null;
}