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
3208384c
Commit
3208384c
authored
Mar 09, 2021
by
Dominik Hebeler
Browse files
not logging ad-free key anymore
parent
c02ab818
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
3208384c
...
...
@@ -1502,7 +1502,6 @@ class MetaGer
$logEntry
.
=
" time="
.
round
((
microtime
(
true
)
-
$this
->
starttime
),
2
)
.
" serv="
.
$this
->
fokus
;
$logEntry
.
=
" interface="
.
LaravelLocalization
::
getCurrentLocale
();
$logEntry
.
=
" sprachfilter="
.
$this
->
lang
;
$logEntry
.
=
" key="
.
$this
->
apiKey
;
$logEntry
.
=
" eingabe="
.
$this
->
eingabe
;
$logEntry
=
preg_replace
(
"/
\n
+/"
,
" "
,
$logEntry
);
...
...
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