summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-17 10:48:21 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-17 10:48:21 -0300
commit73944f68242b4708477054fd4e433fed4bd0cb1b (patch)
treefe4d6abd4418a0b7cbf11323c2b555ab5b3ed378 /usr/local/www/fbegin.inc
parent9ddd3418dad5648d4435a45c14d085048ad51a9f (diff)
downloadpfsense-73944f68242b4708477054fd4e433fed4bd0cb1b.zip
pfsense-73944f68242b4708477054fd4e433fed4bd0cb1b.tar.gz
Remove id=0 from miniupnpd menu and shortcut
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index f43b476..6ec1dd0 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -153,7 +153,7 @@ if(count($config['interfaces']) > 1) {
/* no use for UPnP in single-interface deployments
remove to reduce user confusion
*/
- $services_menu[] = array(gettext("UPnP &amp; NAT-PMP"), "/pkg_edit.php?xml=miniupnpd.xml&amp;id=0");
+ $services_menu[] = array(gettext("UPnP &amp; NAT-PMP"), "/pkg_edit.php?xml=miniupnpd.xml");
}
$services_menu[] = array(gettext("Wake on LAN"), "/services_wol.php");
$services_menu = msort(array_merge($services_menu, return_ext_menu("Services")),0);
OpenPOWER on IntegriCloud