mirror of
https://github.com/v2board/v2board.git
synced 2025-06-27 12:49:57 +08:00
update
This commit is contained in:
@ -22,7 +22,7 @@ class ClientController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(strpos($_SERVER['HTTP_USER_AGENT'], 'Quantumult-X') !== false) {
|
if(strpos($_SERVER['HTTP_USER_AGENT'], 'Quantumult%20X') !== false) {
|
||||||
die($this->quantumultX($user, $server));
|
die($this->quantumultX($user, $server));
|
||||||
}
|
}
|
||||||
if(strpos($_SERVER['HTTP_USER_AGENT'], 'Quantumult') !== false) {
|
if(strpos($_SERVER['HTTP_USER_AGENT'], 'Quantumult') !== false) {
|
||||||
|
Reference in New Issue
Block a user