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