diff --git a/bans.php b/bans.php index 7d30a0e..c662096 100644 --- a/bans.php +++ b/bans.php @@ -7,7 +7,7 @@ require_once __DIR__ . "/include/cacheutils.class.php"; $cacheutils = new CacheUtils('banlist'); if($cacheutils->isExpired()) { - $cacheutils->setValue([getBanlist(), date('d-m-Y H:i:s')], 300); + $cacheutils->setValue([getBanlist(), date('d.m.Y H:i:s')], 300); } $banlist = $cacheutils->getValue();