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
395d0d20
Commit
395d0d20
authored
Oct 14, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(captiveportal, new) small model fixes
parent
bf62984d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CaptivePortal.php
...e/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.php
+1
-1
CaptivePortal.xml
...e/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.xml
+1
-1
No files found.
src/opnsense/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.php
View file @
395d0d20
...
...
@@ -44,7 +44,7 @@ class CaptivePortal extends BaseModel
public
function
getByZoneID
(
$zoneid
)
{
foreach
(
$this
->
zones
->
zone
->
__items
as
$zone
)
{
if
(
$zoneid
==
(
string
)
$zone
->
zoneid
)
{
if
(
(
string
)
$zoneid
=
==
(
string
)
$zone
->
zoneid
)
{
return
$zone
;
}
}
...
...
src/opnsense/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.xml
View file @
395d0d20
...
...
@@ -26,7 +26,7 @@
</filters>
</interfaces>
<authservers
type=
"AuthenticationServerField"
>
<Required>
Y
</Required>
<Required>
N
</Required>
<multiple>
Y
</multiple>
<default>
Local Database
</default>
</authservers>
...
...
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