diff --git a/bans.php b/bans.php index 1f4ffdc..7d30a0e 100644 --- a/bans.php +++ b/bans.php @@ -87,7 +87,7 @@ function getBanlist() { if ($duration == 0) $expires = translate($lang["banlist"]["table"]["permaban"]); else - $expires = date('d-m-Y H:i:s', $expiresepoch); + $expires = date('d.m.Y H:i:s', $expiresepoch); $output .= "$user$reason$invokername$created$expires"; }