add no overwrite key for Clash Mi

This commit is contained in:
legiz-ru
2025-05-09 22:18:30 +03:00
committed by GitHub
parent 304217d36e
commit d2aab8ee4b
+1 -1
View File
@@ -6360,7 +6360,7 @@ DNS-over-HTTPS with IP:
header("Location: hiddify://install-config/?url=$si");
exit;
case 'c':
header("Location: clash://install-config/?url=$cl&name=$email");
header("Location: clash://install-config/?url=$cl&overwrite=no&name=$email");
exit;
case 'w':
$link = htmlspecialchars($si, ENT_XML1, 'UTF-8');