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
07b0b347
Commit
07b0b347
authored
Jul 16, 2016
by
Fabian Franz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translation
parent
dfd53322
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
34 deletions
+34
-34
interfaces_bridge_edit.php
src/www/interfaces_bridge_edit.php
+31
-31
services_upnp.php
src/www/services_upnp.php
+3
-3
No files found.
src/www/interfaces_bridge_edit.php
View file @
07b0b347
This diff is collapsed.
Click to expand it.
src/www/services_upnp.php
View file @
07b0b347
...
...
@@ -174,7 +174,7 @@ include("head.inc");
<thead>
<tr>
<td
width=
"22%"
>
<strong>
<?=
gettext
(
"UPnP
&
NAT-PMP Settings"
);
?>
</strong>
<strong>
<?=
gettext
(
"UPnP
and
NAT-PMP Settings"
);
?>
</strong>
</td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
...
...
@@ -283,7 +283,7 @@ include("head.inc");
<td>
<input
name=
"sysuptime"
type=
"checkbox"
value=
"yes"
<?=
!
empty
(
$pconfig
[
'sysuptime'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<div
class=
"hidden"
for=
"help_for_sysuptime"
>
<?=
gettext
(
"Use system uptime instead of UPnP
&
NAT-PMP service uptime?"
);
?>
<?=
gettext
(
"Use system uptime instead of UPnP
and
NAT-PMP service uptime?"
);
?>
</div>
</td>
</tr>
...
...
@@ -292,7 +292,7 @@ include("head.inc");
<td>
<input
name=
"permdefault"
type=
"checkbox"
value=
"yes"
<?=
!
empty
(
$pconfig
[
'permdefault'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<div
class=
"hidden"
for=
"help_for_permdefault"
>
<?=
gettext
(
"By default deny access to UPnP
&
NAT-PMP?"
);
?>
<?=
gettext
(
"By default deny access to UPnP
and
NAT-PMP?"
);
?>
</div>
</td>
</tr>
...
...
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