mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix whitespace
This commit is contained in:
parent
38e7c09304
commit
ffb3d9d53a
@ -197,15 +197,15 @@ while ($line = chop(fgets($fd))) {
|
||||
$ends = preg_split("/\<?-\>?/", $info);
|
||||
$parts = explode(":", $ends[0]);
|
||||
if (strstr($info, "->")) {
|
||||
$srcip = trim($parts[0]);
|
||||
$srcip = trim($parts[0]);
|
||||
} else {
|
||||
$dstip = trim($parts[0]);
|
||||
$dstip = trim($parts[0]);
|
||||
}
|
||||
$parts = explode(":", $ends[count($ends) - 1]);
|
||||
if (strstr($info, "->")) {
|
||||
$dstip = trim($parts[0]);
|
||||
$dstip = trim($parts[0]);
|
||||
} else {
|
||||
$srcip = trim($parts[0]);
|
||||
$srcip = trim($parts[0]);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user