mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Handling of USB tethering (Android phone) improved
This commit is contained in:
@@ -137,6 +137,8 @@ function getClients($simple=true) {
|
||||
$cl["device"][$i]["operator"] = $res[0];
|
||||
break;
|
||||
case "phone":
|
||||
case "usb":
|
||||
$cl["device"][$i]["connected"] = "y";
|
||||
break;
|
||||
default:
|
||||
}
|
||||
|
Reference in New Issue
Block a user