mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing space for separating the text for this option from the last one.
This commit is contained in:
parent
43131698d5
commit
89b2f77472
@ -86,7 +86,7 @@ function check_for_advanced_options(&$item) {
|
||||
if(isset($item['allowopts']))
|
||||
$item_set .= "allowopts ";
|
||||
if(isset($item['disablereplyto']))
|
||||
$item_set .= "disable reply-to";
|
||||
$item_set .= "disable reply-to ";
|
||||
if($item['tcpflags_any'] || $item['tcpflags1'] || $item['tcpflags2'])
|
||||
$item_set .= "tcpflags set";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user