remove unnecessary function calls

This commit is contained in:
glaszig 2021-05-30 20:56:05 -03:00
parent 9dc1f14ccb
commit 807a591504
1 changed files with 0 additions and 4 deletions

View File

@ -98,10 +98,6 @@ function DisplayWPAConfig()
}
}
nearbyWifiStations($networks);
connectedWifiStations($networks);
sortNetworksByRSSI($networks);
$clientInterface = $_SESSION['wifi_client_interface'];
exec('ip a show '.$clientInterface, $stdoutIp);