Skip to content
GitLab
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
ced89b85
Commit
ced89b85
authored
Jan 06, 2023
by
Dominik Hebeler
Browse files
fixed duplicate entries in log
parent
9d551ace
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
metager/app/Http/Middleware/BrowserVerification.php
View file @
ced89b85
...
...
@@ -237,6 +237,7 @@ class BrowserVerification
if
(
sizeof
(
$logs
)
>
0
)
{
foreach
(
$logs
as
$log
)
{
\
fputcsv
(
$fh
,
$log
);
$logs
=
[];
}
}
if
(
empty
(
$entry
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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