mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Update w/ hostapd svc indicator
This commit is contained in:
parent
f0e94780b8
commit
49cb572069
1 changed files with 14 additions and 12 deletions
|
@ -41,9 +41,11 @@ if ($cputemp > 70) {
|
|||
|
||||
// hostapd status
|
||||
$hostapd = $system->hostapdStatus();
|
||||
if ($hostapd) {
|
||||
$hostapd_status = "success";
|
||||
if ($hostapd[0] ==1) {
|
||||
$hostapd_status = "active";
|
||||
$hostapd_led = "service-status-up";
|
||||
} else {
|
||||
$hostapd_status = "danger";
|
||||
$hostapd_status = "inactive";
|
||||
$hostapd_led = "service-status-down";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue