mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Set hostapd_led to warn when status is down
This commit is contained in:
@@ -50,6 +50,6 @@ if ($hostapd[0] ==1) {
|
|||||||
$hostapd_led = "service-status-up";
|
$hostapd_led = "service-status-up";
|
||||||
} else {
|
} else {
|
||||||
$hostapd_status = "down";
|
$hostapd_status = "down";
|
||||||
$hostapd_led = "service-status-down";
|
$hostapd_led = "service-status-warn";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user