summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorRyan Wagoner <rsw686@pfsense.org>2007-05-23 03:54:52 +0000
committerRyan Wagoner <rsw686@pfsense.org>2007-05-23 03:54:52 +0000
commit89cb095e6a9fe6b6e73334fef7d379a2cb442a1b (patch)
tree30bfb24b7c825c3a1e55e4fc6a48abc427b62996 /usr/local/www/status_services.php
parentd055663459b4558d4096fcb7372fb981c39b30fc (diff)
downloadpfsense-89cb095e6a9fe6b6e73334fef7d379a2cb442a1b.zip
pfsense-89cb095e6a9fe6b6e73334fef7d379a2cb442a1b.tar.gz
-bump miniupnpd version 20070521
-dropped status tab from upnp services page -dropped tabs from upnp status page
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index b4a8750..03c6c7a 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -232,7 +232,7 @@ if(isset($config['proxyarp']['proxyarpnet'])) {
if($config['installedpackages']['miniupnpd']['config'][0]['enable']) {
$pconfig['name'] = "miniupnpd";
- $pconfig['description'] = gettext("MiniUPnPd Service");
+ $pconfig['description'] = gettext("UPnP Service");
$services[] = $pconfig;
unset($pconfig);
}
OpenPOWER on IntegriCloud