MD5 instead of IP
This commit is contained in:
parent
6b3ad32665
commit
a13ad6368f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class trafficlimiter extends persistence
|
||||||
*/
|
*/
|
||||||
public static function getIp()
|
public static function getIp()
|
||||||
{
|
{
|
||||||
return $_SERVER[self::$_ipKey];
|
return md5($_SERVER[self::$_ipKey]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue