mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-22 13:03:47 +01:00
Fixes
This commit is contained in:
@@ -320,7 +320,7 @@ switch($page){
|
||||
'ID_C' => $fail['ID_C'],
|
||||
'name' => nameFromIDC($fail['ID_C']),
|
||||
'groupName' => nameGroupFromIDG(IDGFromIDC($fail['ID_C'])),
|
||||
'typeCheck' => textTypeChk($T_,$fail['ID_TC']),
|
||||
/* 'typeCheck' => textTypeChk($fail['ID_TC']), Doesnt work yet */
|
||||
'errorText' => $fail['errorText'],
|
||||
'date' => date('j/n/Y',$fail['timestamp']),
|
||||
'hour' => date('H:i',$fail['timestamp'])
|
||||
|
||||
Reference in New Issue
Block a user