Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
7b077cdb
Commit
7b077cdb
authored
Jun 26, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upnp: consolidate name; fixes #220
parent
e384c0d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Menu.xml
src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
+2
-2
miniupnpd.xml
src/pkg/miniupnpd.xml
+1
-1
status_upnp.php
src/www/status_upnp.php
+1
-1
No files found.
src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
View file @
7b077cdb
...
...
@@ -106,7 +106,7 @@
<PPPoEServer
VisibleName=
"PPPoE Server"
url=
"/services_vpn_pppoe.php"
/>
<Proxy
VisibleName=
"Proxy Server"
url=
"/ui/proxy/"
/>
<SNMP
VisibleName=
"SNMP"
url=
"/services_snmp.php"
/>
<UPnP
NATPMP
VisibleName=
"Universal P&P / NAT-PMP
"
url=
"/pkg_edit.php?xml=miniupnpd.xml"
/>
<UPnP
VisibleName=
"Universal Plug and Play
"
url=
"/pkg_edit.php?xml=miniupnpd.xml"
/>
<WoL
VisibleName=
"Wake on LAN"
url=
"/services_wol.php"
/>
</Services>
...
...
@@ -179,7 +179,7 @@
</SystemLogs>
<TrafficGraphs
VisibleName=
"Traffic Graphs"
url=
"/status_graph.php"
/>
<UPnP
andNATPMP
VisibleName=
"UPnP & NAT-PMP
"
url=
"/status_upnp.php"
/>
<UPnP
VisibleName=
"Universal Plug and Play
"
url=
"/status_upnp.php"
/>
</Status>
<Diagnostics
order=
"7"
cssClass=
"glyphicon glyphicon-stats"
>
...
...
src/pkg/miniupnpd.xml
View file @
7b077cdb
<?xml version="1.0" encoding="utf-8" ?>
<packagegui>
<title>
Services: U
PnP
&
NAT-PMP
</title>
<title>
Services: U
niversal Plug and Play
</title>
<name>
miniupnpd
</name>
<version>
20100712
</version>
<savetext>
Change
</savetext>
...
...
src/www/status_upnp.php
View file @
7b077cdb
...
...
@@ -41,7 +41,7 @@ exec("/sbin/pfctl -aminiupnpd -sn", $rdr_entries, $pf_ret);
$now
=
time
();
$year
=
date
(
"Y"
);
$pgtitle
=
array
(
gettext
(
"Status"
),
gettext
(
"UPnP & NAT-PMP Status"
));
$pgtitle
=
array
(
gettext
(
'Status'
),
gettext
(
'Universal Plug and Play'
));
$shortcut_section
=
"upnp"
;
include
(
"head.inc"
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment