Update mobiletool.php

This commit is contained in:
Namhyeon Go 2019-04-29 00:28:51 +09:00 committed by GitHub
parent 710f71a73e
commit beff73d2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ if(check_function_exists("detect_mobile")) {
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'iemobile')>0) { if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'iemobile')>0) {
$mb++; $mb++;
} }
return $mb; return $mb;
} }
} }