code style

This commit is contained in:
El RIDO
2016-07-18 15:13:56 +02:00
parent 918de8f0c4
commit afaa111d22
4 changed files with 18 additions and 14 deletions

View File

@@ -115,7 +115,7 @@ class trafficlimiter extends persistence
$tl = $GLOBALS['traffic_limiter'];
// purge file of expired IPs to keep it small
foreach($tl as $key => $time)
foreach ($tl as $key => $time)
{
if ($time + self::$_limit < $now)
{