mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Abbreviate serviceStatus for small devices
This commit is contained in:
@@ -106,7 +106,7 @@ function DisplayDHCPConfig()
|
||||
}
|
||||
}
|
||||
|
||||
$serviceStatus = $dnsmasq_state ? "running" : "stopped";
|
||||
$serviceStatus = $dnsmasq_state ? "up" : "down";
|
||||
|
||||
exec('cat '. RASPI_DNSMASQ_CONFIG, $return);
|
||||
$conf = ParseConfig($return);
|
||||
|
Reference in New Issue
Block a user