www/nginx: style update

This commit is contained in:
Franco Fichtner
2022-10-21 09:42:19 +02:00
parent 1af67f4196
commit 3e8c480ed0
@@ -261,7 +261,7 @@ $banned_ips = (function () {
$alias_ips = [];
$ban_ttl = intval((string)$model->general->ban_ttl);
if ($ban_ttl && ($ban_ttl > 0)) {
$min_timestamp = time() - 60*$ban_ttl;
$min_timestamp = time() - 60 * $ban_ttl;
}
$change_required = false;
foreach ($model->ban->iterateItems() as $id => $entry) {