mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
recovery quantumult, next month delete.
This commit is contained in:
parent
976dfd2d98
commit
a63a154ee2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user