mirror of
https://github.com/netbirdio/OPNsensePlugins.git
synced 2026-05-22 18:42:59 -07:00
net/igmp-proxy: small fix for service status after PHP 7.1 compat
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PLUGIN_NAME= igmp-proxy
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_DEPENDS= igmpproxy
|
||||
PLUGIN_COMMENT= IGMP-Proxy Service
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
||||
@@ -33,7 +33,7 @@ function igmpproxy_enabled()
|
||||
{
|
||||
global $config;
|
||||
|
||||
return isset($config['igmpproxy']['igmpentry']);
|
||||
return !empty($config['igmpproxy']['igmpentry']);
|
||||
}
|
||||
|
||||
function igmpproxy_services()
|
||||
|
||||
Reference in New Issue
Block a user