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
618d17f6
Commit
618d17f6
authored
Apr 30, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: whitespace sweep
parent
a84ebd98
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
shaper.inc
src/etc/inc/shaper.inc
+1
-1
fbegin.inc
src/www/fbegin.inc
+1
-1
firewall_rules_edit.php
src/www/firewall_rules_edit.php
+2
-2
head.inc
src/www/head.inc
+1
-2
No files found.
src/etc/inc/shaper.inc
View file @
618d17f6
...
...
@@ -514,7 +514,7 @@ class altq_root_queue {
return
"
\n
"
;
}
$frule
.=
$rules
;
}
}
$rules
.=
"
\n
"
;
return
$rules
;
...
...
src/www/fbegin.inc
View file @
618d17f6
...
...
@@ -156,7 +156,7 @@ $pgtitle_output = true;
<
a
href
=
"<?php echo
$subMenuItem->Url
;?>"
class
="
list
-
group
-
item
<?
php
if
(
$subMenuItem
->
Selected
)
echo
"active"
;
?>
">
<?php
echo
$subMenuItem
->
VisibleName
;
?>
</a>
<?php
endif
;
?>
<?php
endforeach
;
?>
</div>
</div>
<?php
endforeach
;
?>
</div>
</div>
...
...
src/www/firewall_rules_edit.php
View file @
618d17f6
...
...
@@ -1281,7 +1281,7 @@ include("head.inc");
if
(
$x
==
$pconfig
[
'max-src-conn-rates'
])
$selected
=
" selected=
\"
selected
\"
"
;
else
$selected
=
""
;
echo
"<option value=
\"
{
$x
}
\"
{
$selected
}
>
{
$x
}
</option>
\n
"
;
}
?>
</select><br
/>
</select><br
/>
<?=
gettext
(
"Maximum new connections per host / per second(s) (TCP only)"
);
?>
</p><p>
<input
name=
"statetimeout"
value=
"
<?php
echo
htmlspecialchars
(
$pconfig
[
'statetimeout'
])
?>
"
/><br
/>
...
...
@@ -1347,7 +1347,7 @@ include("head.inc");
<option
value=
"keep state"
<?php
if
(
!
isset
(
$pconfig
[
'statetype'
])
or
$pconfig
[
'statetype'
]
==
"keep state"
)
echo
"selected=
\"
selected
\"
"
;
?>
>
<?=
gettext
(
"keep state"
);
?>
</option>
<option
value=
"sloppy state"
<?php
if
(
$pconfig
[
'statetype'
]
==
"sloppy state"
)
echo
"selected=
\"
selected
\"
"
;
?>
>
<?=
gettext
(
"sloppy state"
);
?>
</option>
<option
value=
"synproxy state"
<?php
if
(
$pconfig
[
'statetype'
]
==
"synproxy state"
)
echo
"selected=
\"
selected
\"
"
;
?>
>
<?=
gettext
(
"synproxy state"
);
?>
</option>
<option
value=
"none"
<?php
if
(
$pconfig
[
'statetype'
]
==
"none"
)
echo
"selected=
\"
selected
\"
"
;
?>
>
<?=
gettext
(
"none"
);
?>
</option>
<option
value=
"none"
<?php
if
(
$pconfig
[
'statetype'
]
==
"none"
)
echo
"selected=
\"
selected
\"
"
;
?>
>
<?=
gettext
(
"none"
);
?>
</option>
</select><br
/>
<span
class=
"vexpl"
>
<?=
gettext
(
"Hint: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state."
);
?>
...
...
src/www/head.inc
View file @
618d17f6
...
...
@@ -50,7 +50,7 @@ $pagetitle = gentitle( $pgtitle );
<script
type=
"text/javascript"
src=
"/javascript/jquery-1.11.2.min.js"
></script>
<!-- Ticker used for notices-->
<script
type=
"text/javascript"
src=
"/javascript/ticker.js"
></script>
<script
type=
"text/javascript"
src=
"/javascript/ticker.js"
></script>
<?php
...
...
@@ -95,4 +95,3 @@ $pagetitle = gentitle( $pgtitle );
<?php
if
(
!
$closehead
)
:?></
head
><?
endif
;
?>
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