From bdcb5bf7c892c143cf14a650427246f15a46a65d Mon Sep 17 00:00:00 2001 From: iotcat Date: Wed, 3 Aug 2022 22:42:06 +0800 Subject: [PATCH] ushio.yimian --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a5345a1..b177c48 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ $from = $_REQUEST['from']; /* deal from */ if(!isset($from)){ - $from = 'https://ushio.cool/'; + $from = 'https://ushio.yimian.xyz/'; }else{ try{ $from = base64_decode($from);