1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-13 10:17:39 +02:00

Update woth setKnownStationsWPA($networks)

This commit is contained in:
billz 2023-12-02 17:32:39 +00:00
parent e71042cb63
commit 69b629a59b

View File

@ -13,6 +13,7 @@ function DisplayWPAConfig()
getWifiInterface();
knownWifiStations($networks);
setKnownStationsWPA($networks);
if (isset($_POST['connect'])) {
$result = 0;