Skip to content

Commit fd1ecee

Browse files
committed
Remove debug variable
1 parent aa613af commit fd1ecee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/Authentication.php

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ protected static function getFingerprint(User &$user) {
100100
* @return string The partial IP address.
101101
*/
102102
protected static function getPartialIP(string $ip) {
103-
$ip = '192.168.1.4';
104103
if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4)) {
105104
$r = long2ip(ip2long($ip) & 0xFFFFFF00);
106105
} else if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {

0 commit comments

Comments
 (0)