mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
system: typo
This commit is contained in:
parent
0d6aa56527
commit
5ad41a236c
@ -178,7 +178,7 @@ class MenuSystem
|
||||
{
|
||||
$config = Config::getInstance()->object();
|
||||
if (isset($config->dhcpd) && isset($config->dhcpd->$if) && !empty((string)$config->dhcpd->$if->enable)) {
|
||||
/* still configured on intreface */
|
||||
/* still configured on interface */
|
||||
return true;
|
||||
} elseif (isset($config->dnsmasq) && empty((string)$config->dnsmasq->enable)) {
|
||||
/* dnsmasq not configured at all */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user