mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-13 13:50:57 -04:00
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…
Add table
Add a link
Reference in a new issue