recovery quantumult, next month delete.

This commit is contained in:
Tokumeikoi 2020-06-20 22:59:05 +08:00
parent 976dfd2d98
commit a63a154ee2

View File

@ -29,7 +29,7 @@ class ClientController extends Controller
if (strpos($_SERVER['HTTP_USER_AGENT'], 'quantumult%20x') !== false) {
die($this->quantumultX($user, $servers['vmess'], $servers['trojan']));
}
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Quantumult') !== false) {
if (strpos($_SERVER['HTTP_USER_AGENT'], 'quantumult') !== false) {
die($this->quantumult($user, $servers['vmess']));
}
if (strpos($_SERVER['HTTP_USER_AGENT'], 'clash') !== false) {