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
0020a927
Commit
0020a927
authored
Jul 20, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: whitespace sweep
parent
f3733699
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
authgui.inc
src/etc/inc/authgui.inc
+1
-1
openvpn.inc
src/etc/inc/openvpn.inc
+0
-1
rc.linkup
src/etc/rc.linkup
+1
-1
services_upnp.php
src/www/services_upnp.php
+1
-1
system_general.php
src/www/system_general.php
+1
-1
No files found.
src/etc/inc/authgui.inc
View file @
0020a927
...
...
@@ -318,7 +318,7 @@ function display_login_form()
}
/* Check against locally configured IP addresses, which will catch when someone
port forwards WebGUI access from WAN to an internal IP on the router. */
port forwards WebGUI access from WAN to an internal IP on the router. */
$FilterIflist
=
filter_generate_optcfg_array
()
;
$local_ip
=
false
;
if
(
strstr
(
$_SERVER
[
'HTTP_HOST'
],
":"
))
{
...
...
src/etc/inc/openvpn.inc
View file @
0020a927
...
...
@@ -1276,4 +1276,3 @@ function openvpn_get_settings($mode, $vpnid) {
return
array
();
}
src/etc/rc.linkup
View file @
0020a927
...
...
@@ -39,7 +39,7 @@ function handle_argument_group($iface, $argument2) {
if
(
!
is_array
(
$config
[
'interfaces'
][
$iface
]))
return
;
if
(
isset
(
$config
[
'interfaces'
][
$iface
][
'ipaddr'
]))
{
if
(
isset
(
$config
[
'interfaces'
][
$iface
][
'ipaddr'
]))
{
$ipaddr
=
$config
[
'interfaces'
][
$iface
][
'ipaddr'
];
}
else
{
$ipaddr
=
null
;
...
...
src/www/services_upnp.php
View file @
0020a927
...
...
@@ -425,7 +425,7 @@ include("head.inc");
$description
=
""
;
}
$colspan
=
''
;
if
(
$pkga
[
'type'
]
==
"sorting"
)
continue
;
...
...
src/www/system_general.php
View file @
0020a927
...
...
@@ -58,7 +58,7 @@ $arr_gateways = return_gateways_array();
if
(
isset
(
$config
[
'system'
][
'dns1gw'
]))
{
$pconfig
[
'dns1gw'
]
=
$config
[
'system'
][
'dns1gw'
];
}
else
{
$pconfig
[
'dns1gw'
]
=
null
;
$pconfig
[
'dns1gw'
]
=
null
;
}
if
(
isset
(
$config
[
'system'
][
'dns2gw'
]))
{
$pconfig
[
'dns2gw'
]
=
$config
[
'system'
][
'dns2gw'
];
...
...
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