mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/bind: style sweep
This commit is contained in:
@@ -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.'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user