From 2056236c424a69343682646b48214ece1104b0dd Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 1 Feb 2020 11:07:54 +0000 Subject: [PATCH] Get hostapdStatus from System --- includes/hostapd.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/hostapd.php b/includes/hostapd.php index aa06ebbb..d8a6810b 100755 --- a/includes/hostapd.php +++ b/includes/hostapd.php @@ -1,6 +1,7 @@ hostapdStatus(); $serviceStatus = $hostapdstatus[0] == 0 ? "down" : "up"; foreach ($hostapdconfig as $hostapdconfigline) {