Skip to content
Snippets Groups Projects
Commit ae0773a5 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed an error

parent bac6204c
No related branches found
No related tags found
1 merge request!1437Development
......@@ -176,7 +176,7 @@ class HumanVerification extends Controller
{
$uid = "";
$ip = $request->ip();
if ($HumanVerification::isTor($ip)) {
if (HumanVerification::isTor($ip)) {
$uid = hash("sha512", "999.999.999.999" . $ip . $_SERVER["AGENT"] . "uid");
} else {
$uid = hash("sha512", $ip . $_SERVER["AGENT"] . "uid");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment