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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user