From 28906176f567cdab92b0305c40a8829914a46e26 Mon Sep 17 00:00:00 2001 From: mercury Date: Thu, 28 Nov 2024 00:21:22 +0400 Subject: [PATCH] update clash links --- app/bot.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/bot.php b/app/bot.php index 0e50fc8..13bcd5a 100644 --- a/app/bot.php +++ b/app/bot.php @@ -5778,7 +5778,6 @@ DNS-over-HTTPS with IP: $text[] = "import://hiddify"; $text[] = "import://karing"; $text[] = "import://clash"; - $text[] = "import://clashmeta"; $si = "$scheme://{$domain}/pac/" . base64_encode(serialize([ 'h' => $hash, @@ -5954,10 +5953,7 @@ DNS-over-HTTPS with IP: header("Location: hiddify://install-config/?url=$si"); exit; case 'c': - header("Location: clash://install-config/?url=$cl"); - exit; - case 'cm': - header("Location: clashmeta://install-config/?url=$cl"); + header("Location: clash://install-config/?url=$cl&name=$email"); exit; case 'w': $link = htmlspecialchars($si, ENT_XML1, 'UTF-8');