correct pattern for minutes (instead of month)
This commit is contained in:
@@ -28,7 +28,7 @@ class Logger {
|
|||||||
|
|
||||||
self::$data = array(
|
self::$data = array(
|
||||||
'ip' => self::ip(),
|
'ip' => self::ip(),
|
||||||
'date' => date('d.m.Y H:m:s'),
|
'date' => date('d.m.Y H:i:s'),
|
||||||
'func' => '(none)',
|
'func' => '(none)',
|
||||||
'error' => ''
|
'error' => ''
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user