Failed Conditions
Push — ipv6 ( cdbff1...5a0e63 )
by Richard
13:49 queued 05:20
created
includes/Helpers/BanHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
     AND (duration > UNIX_TIMESTAMP() OR duration IS NULL)
191 191
     AND (b.domain IS NULL OR b.domain = :domain)
192 192
 SQL;
193
-die('..'.$query);
193
+die('..' . $query);
194 194
         $statement = $this->database->prepare($query);
195 195
         $trustedIp = $this->xffTrustProvider->getTrustedClientIp($request->getIp(), $request->getForwardedIp());
196 196
         $isIPv6 = filter_var($trustedIp, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6) !== false;
Please login to merge, or discard this patch.