mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
net/igmpproxy: bump version, fix menu, style update
This commit is contained in:
parent
ceb38b2dfe
commit
2ce83c473c
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= igmp-proxy
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_DEPENDS= igmpproxy
|
||||
PLUGIN_COMMENT= IGMP-Proxy Service
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ EOD;
|
|||
|
||||
if ($igmpcf['address'] <> "") {
|
||||
$item = explode(" ", $igmpcf['address']);
|
||||
foreach($item as $iww) {
|
||||
foreach ($item as $iww) {
|
||||
$igmpconf .= "altnet {$iww}\n";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<menu>
|
||||
<Services>
|
||||
<IGMPProxy VisibleName="IGMP Proxy" url="/services_igmpproxy.php" cssClass="fa fa-map-signs fa-fw">
|
||||
<Edit url="/services_igmpproxy_edit.php" visibility="hidden"/>
|
||||
<Edit url="/services_igmpproxy_edit.php*" visibility="hidden"/>
|
||||
</IGMPProxy>
|
||||
</Services>
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Reference in a new issue