Update bans.php

Changed the Dateformat from xx-xx-xxxx to xx.xx.xxxx
pull/76/head
Robin 8 years ago committed by GitHub
parent a98f18bff1
commit 151e2c9452

@ -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();

Loading…
Cancel
Save