Refine code

Remove duplicates
This commit is contained in:
DesperadoJ 2020-02-23 22:15:31 +08:00 committed by GitHub
parent 64dbd11e62
commit fc8333d757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,6 @@ class ClientController extends Controller
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Quantumult') !== false) {
die($this->quantumult($user, $server));
}
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'clashforandroid') !== false) {
die($this->clash($user, $server));
}
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'clash') !== false) {
die($this->clash($user, $server));
}