Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
40a81e5c
Commit
40a81e5c
authored
Feb 12, 2020
by
Dominik Hebeler
Browse files
Log files had hh:ss:mm instead of hh:mm:ss
parent
1a94a3e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
40a81e5c
...
...
@@ -1381,7 +1381,7 @@ class MetaGer
if
(
$this
->
shouldLog
)
{
try
{
$logEntry
=
""
;
$logEntry
.
=
date
(
"H:
s:i
"
);
$logEntry
.
=
date
(
"H:
i:s
"
);
$logEntry
.
=
" ref="
.
$this
->
request
->
header
(
'Referer'
);
$logEntry
.
=
" time="
.
round
((
microtime
(
true
)
-
$this
->
starttime
),
2
)
.
" serv="
.
$this
->
fokus
;
$logEntry
.
=
" interface="
.
LaravelLocalization
::
getCurrentLocale
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment