Merge pull request #57 from kolobus/master

Hash instead of IP in traffic limiter
pull/17/head
El RIDO 9 years ago
commit deda8e4783

@ -79,7 +79,7 @@ class trafficlimiter extends persistence
*/
public static function getIp()
{
return $_SERVER[self::$_ipKey];
return md5($_SERVER[self::$_ipKey]);
}
/**

Loading…
Cancel
Save