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
456bb54e
Commit
456bb54e
authored
Oct 14, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
universal plug and play: cluster pages
parent
7552aa99
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
Menu.xml
src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
+5
-3
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 @
456bb54e
...
...
@@ -220,8 +220,11 @@
</PPPoEServer>
<Proxy
VisibleName=
"Proxy Server"
url=
"/ui/proxy/"
/>
<SNMP
VisibleName=
"SNMP"
url=
"/services_snmp.php"
/>
<UPnP
VisibleName=
"Universal Plug and Play"
url=
"/services_upnp.php"
>
<UPnPEdit
url=
"/services_upnp.php?*"
/>
<UPnP
VisibleName=
"Universal Plug and Play"
cssClass=
"fa fa-plug"
>
<Settings
url=
"/services_upnp.php"
>
<Edit
url=
"/services_upnp.php?*"
/>
</Settings>
<Status
url=
"/status_upnp.php"
/>
</UPnP>
<WoL
VisibleName=
"Wake on LAN"
url=
"/services_wol.php"
>
<WoLEdit
url=
"/services_wol_edit.php*"
/>
...
...
@@ -316,7 +319,6 @@
<TrafficGraphs
VisibleName=
"Traffic Graphs"
url=
"/status_graph.php"
>
<TrafficGraphsDetails
url=
"/status_graph.php?*"
/>
</TrafficGraphs>
<UPnP
VisibleName=
"Universal Plug and Play"
url=
"/status_upnp.php"
/>
</Status>
<Help
order=
"8"
cssClass=
"glyphicon glyphicon-question-sign"
>
<AboutThisPage
VisibleName=
"About this Page"
url=
"/help.php"
IsExternal=
"Y"
/>
...
...
src/pkg/miniupnpd.xml
View file @
456bb54e
<?xml version="1.0" encoding="utf-8" ?>
<packagegui>
<title>
Services: Universal Plug and Play
</title>
<title>
Services: Universal Plug and Play
: Settings
</title>
<name>
miniupnpd
</name>
<version>
20100712
</version>
<service>
...
...
src/www/status_upnp.php
View file @
456bb54e
...
...
@@ -43,7 +43,7 @@ exec("/sbin/pfctl -aminiupnpd -sn", $rdr_entries, $pf_ret);
$now
=
time
();
$year
=
date
(
"Y"
);
$pgtitle
=
array
(
gettext
(
'S
tatus'
),
gettext
(
'Universal Plug and Play
'
));
$pgtitle
=
array
(
gettext
(
'S
ervices'
),
gettext
(
'Universal Plug and Play'
),
gettext
(
'Status
'
));
$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