Update adminlist.php
Change the Date Format from xx-xx-xxxx to xx.xx.xxxx
This commit is contained in:
@@ -5,7 +5,7 @@ require_once __DIR__ . "/cacheutils.class.php";
|
|||||||
$cacheutils = new CacheUtils('adminlist');
|
$cacheutils = new CacheUtils('adminlist');
|
||||||
|
|
||||||
if($cacheutils->isExpired()) {
|
if($cacheutils->isExpired()) {
|
||||||
$cacheutils->setValue([getAdminList(), date('d-m-Y H:i:s')], 120);
|
$cacheutils->setValue([getAdminList(), date('d.m.Y H:i:s')], 120);
|
||||||
}
|
}
|
||||||
|
|
||||||
$adminlist = $cacheutils->getValue();
|
$adminlist = $cacheutils->getValue();
|
||||||
|
|||||||
Reference in New Issue
Block a user