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
c38769c1
Commit
c38769c1
authored
Mar 18, 2016
by
Ad Schellevis
Committed by
Franco Fichtner
Mar 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(legacy) remove some more from vpn_l2tp.php
(cherry picked from commit
fa81eb18
)
parent
6a53462b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
vpn_l2tp.php
src/www/vpn_l2tp.php
+5
-5
No files found.
src/www/vpn_l2tp.php
View file @
c38769c1
...
...
@@ -199,9 +199,9 @@ include("head.inc");
<tr>
<td></td>
<td>
<input
name=
"mode"
type=
"radio"
onclick=
"enable_change(false)"
value=
"off"
<?=
(
$pconfig
[
'mode'
]
!=
"server"
)
&&
(
$pconfig
[
'mode'
]
!=
"redir"
)
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<input
name=
"mode"
type=
"radio"
value=
"off"
<?=
(
$pconfig
[
'mode'
]
!=
"server"
)
&&
(
$pconfig
[
'mode'
]
!=
"redir"
)
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<?=
gettext
(
"Off"
);
?>
<br/>
<input
type=
"radio"
name=
"mode"
value=
"server"
onclick=
"enable_change(false)"
<?=
$pconfig
[
'mode'
]
==
"server"
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<input
type=
"radio"
name=
"mode"
value=
"server"
<?=
$pconfig
[
'mode'
]
==
"server"
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<?=
gettext
(
"Enable L2TP server"
);
?>
</td>
</td>
</tr>
...
...
@@ -326,12 +326,12 @@ include("head.inc");
<tr>
<td><a
id=
"help_for_radius"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"RADIUS"
);
?>
</td>
<td>
<input
name=
"radiusenable"
type=
"checkbox"
id=
"radiusenable"
onclick=
"enable_change(false)"
value=
"yes"
<?=
(
$pconfig
[
'radiusenable'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<input
name=
"radiusenable"
type=
"checkbox"
id=
"radiusenable"
value=
"yes"
<?=
(
$pconfig
[
'radiusenable'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<strong>
<?=
gettext
(
"Use a RADIUS server for authentication"
);
?>
<br
/></strong>
<div
class=
"hidden"
for=
"help_for_radius"
>
<?=
gettext
(
"When set, all users will be authenticated using the RADIUS server specified below. The local user database will not be used."
);
?>
</div>
<input
name=
"radacct_enable"
type=
"checkbox"
id=
"radacct_enable"
onclick=
"enable_change(false)"
value=
"yes"
<?=
(
$pconfig
[
'radacct_enable'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<input
name=
"radacct_enable"
type=
"checkbox"
id=
"radacct_enable"
value=
"yes"
<?=
(
$pconfig
[
'radacct_enable'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<strong>
<?=
gettext
(
"Enable RADIUS accounting"
);
?>
</strong><br
/>
<div
class=
"hidden"
for=
"help_for_radius"
>
<?=
gettext
(
"Sends accounting packets to the RADIUS server."
);
?>
...
...
@@ -368,7 +368,7 @@ include("head.inc");
<tr>
<td></td>
<td
width=
"78%"
>
<input
id=
"submit"
name=
"Submit"
type=
"submit"
class=
"btn btn-primary"
value=
"
<?=
gettext
(
"Save"
);
?>
"
onclick=
"enable_change(true)"
/>
<input
id=
"submit"
name=
"Submit"
type=
"submit"
class=
"btn btn-primary"
value=
"
<?=
gettext
(
"Save"
);
?>
"
/>
</td>
</tr>
<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