This commit is contained in:
Anonymous 2019-10-23 03:58:44 +08:00
parent 96fb15158b
commit 51cf3b1b76

View File

@ -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));
}
if(strpos($_SERVER['HTTP_USER_AGENT'], 'Quantumult') !== false) {