summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-09 13:19:48 +0545
committerGitHub <noreply@github.com>2017-02-09 13:19:48 +0545
commit3224663a3759935b47406c789b9f5cea3eb88136 (patch)
tree6f65b182252a1af22e7e0ba79e5db04833492199 /src
parentf0136b178022cf3b04a6c3d577d457cf3bc03418 (diff)
downloadpfsense-3224663a3759935b47406c789b9f5cea3eb88136.zip
pfsense-3224663a3759935b47406c789b9f5cea3eb88136.tar.gz
status_upnp remove nested getext()
I don't think this does anything useful.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/status_upnp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_upnp.php b/src/usr/local/www/status_upnp.php
index 8607540..7819ac0 100644
--- a/src/usr/local/www/status_upnp.php
+++ b/src/usr/local/www/status_upnp.php
@@ -60,7 +60,7 @@ if (!$config['installedpackages'] ||
?>
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title"><?=gettext(gettext("UPnP &amp; NAT-PMP Rules"))?></h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext("UPnP &amp; NAT-PMP Rules")?></h2></div>
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
OpenPOWER on IntegriCloud