summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_upnp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-07-14 11:41:00 -0400
committerjim-p <jimp@pfsense.org>2010-07-14 11:41:00 -0400
commit93b2c459855b82920decea1a2db080b0ae09b267 (patch)
treec3c6df76196e4c64949142e9671a6b4350309446 /usr/local/www/status_upnp.php
parentf3e0a111e9af72c16b6391035b716bb067d418ed (diff)
downloadpfsense-93b2c459855b82920decea1a2db080b0ae09b267.zip
pfsense-93b2c459855b82920decea1a2db080b0ae09b267.tar.gz
Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for the patch.
Diffstat (limited to 'usr/local/www/status_upnp.php')
-rw-r--r--usr/local/www/status_upnp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_upnp.php b/usr/local/www/status_upnp.php
index 3cc4755..024633f 100644
--- a/usr/local/www/status_upnp.php
+++ b/usr/local/www/status_upnp.php
@@ -55,7 +55,7 @@ exec("/sbin/pfctl -aminiupnpd -sn", $rdr_entries, $pf_ret);
$now = time();
$year = date("Y");
-$pgtitle = array("Status","UPnP Status");
+$pgtitle = array("Status","UPnP &amp; NAT-PMP Status");
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
OpenPOWER on IntegriCloud