mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/bind: style sweep
This commit is contained in:
parent
fb01f6c448
commit
4040c379a0
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class BindOverrideStatus extends AbstractStatus
|
|||
|
||||
public function collectStatus()
|
||||
{
|
||||
if (count(glob('/usr/local/etc/namedb/named.conf.d/*'))>1) {
|
||||
if (count(glob('/usr/local/etc/namedb/named.conf.d/*')) > 1) {
|
||||
$this->internalMessage = gettext(
|
||||
'The configuration contains manual overwrites, these may interfere with the settings configured here.'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue