mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Bugfix: typo
This commit is contained in:
parent
43819ddfd2
commit
2814ab5d55
@ -140,7 +140,7 @@ function getWifiInterface()
|
|||||||
if (isset($arrHostapdConf['WifiInterface'])) {
|
if (isset($arrHostapdConf['WifiInterface'])) {
|
||||||
$_SESSION['client_iface'] = $arrHostapdConf['WifiInterface'];
|
$_SESSION['client_iface'] = $arrHostapdConf['WifiInterface'];
|
||||||
} else { // fallback to default
|
} else { // fallback to default
|
||||||
$_SESSSION['client_iface'] = RASPI_WIFI_CLIENT_INTERFACE;
|
$_SESSION['client_iface'] = RASPI_WIFI_CLIENT_INTERFACE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user