diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/nut/nut.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/nut/nut.inc b/config/nut/nut.inc index d300f999..6b7b02ac 100644 --- a/config/nut/nut.inc +++ b/config/nut/nut.inc @@ -353,6 +353,9 @@ EOD; $snmpcommunity = nut_config('snmpcommunity'); $snmpfreq = nut_config('snmpfreq'); $snmpdisabletransfer = (nut_config('snmpdisabletransfer') == 'on'); + $allowaddr = nut_config('allowaddr'); + $allowuser = nut_config('allowuser'); + $allowpass = nut_config('allowpass'); if(!($name && $driver && $port)) return false; |