mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Fix build error
This commit is contained in:
parent
1a8ffd94fc
commit
eb6f2c5db7
@ -129,7 +129,7 @@ function sortNetworksByRSSI(&$networks)
|
||||
arsort($valRSSI);
|
||||
$networks = array();
|
||||
foreach ($valRSSI as $SSID => $RSSI) {
|
||||
networks[$SSID] = $nets[$SSID];
|
||||
$networks[$SSID] = $nets[$SSID];
|
||||
$networks[$SSID]['RSSI'] = $RSSI;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user