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
b9d081c6
Commit
b9d081c6
authored
Jun 04, 2019
by
Dominik Hebeler
Browse files
Removed Log
parent
30b5a87e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Middleware/HumanVerification.php
View file @
b9d081c6
...
...
@@ -7,7 +7,6 @@ use Closure;
use
Cookie
;
use
Illuminate\Http\Response
;
use
Illuminate\Support\Facades\Redis
;
use
Log
;
use
URL
;
class
HumanVerification
...
...
@@ -197,7 +196,6 @@ class HumanVerification
curl_close
(
$ch
);
if
(
$httpcode
===
200
)
{
Log
::
info
(
"Tor call"
);
return
"999.999.999.999"
;
}
else
{
return
$ip
;
...
...
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