Skip to content

Commit

Permalink
www/nginx: coding style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfrz committed Jul 27, 2019
1 parent de1439c commit d197728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function parse_line($line)
{
$tmp = explode('"', trim($line));
return array(
'ua' => $tmp[1],
'ua' => $tmp[1],
'ciphers' => $tmp[3],
'curves' => $tmp[5] == '-' ? '' : $tmp[5],
'count' => 1
Expand Down

0 comments on commit d197728

Please sign in to comment.