www/nginx: coding style fix

This commit is contained in:
Fabian Franz 2019-07-27 20:27:23 +02:00
parent de1439c74f
commit d197728691
1 changed files with 1 additions and 1 deletions

View File

@ -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