@@ -59,7 +59,7 @@ |
||
59 | 59 | $path = self::$path.'/Logger'; |
60 | 60 | if ($handle = opendir($path)) { |
61 | 61 | while (false !== ($file = readdir($handle))) { |
62 | - if ($file!='.' && $file!='..'){ |
|
62 | + if ($file != '.' && $file != '..') { |
|
63 | 63 | $filelastmodified = filemtime($path."/".$file); |
64 | 64 | //10 days older files deleted |
65 | 65 | if ((time()-$filelastmodified) > 240 * 3600) { |