Merge branch 'dev' of github.com:mercurykd/vpnbot into dev

This commit is contained in:
mercury
2025-05-17 13:55:28 +04:00
+1 -1
View File
@@ -6368,7 +6368,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');