mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge pull request #51 from nixolas1/listremoval
Fixed sizing.. again..
This commit is contained in:
@@ -17,7 +17,7 @@ foreach($dir as $files){
|
||||
{
|
||||
clearstatcache();
|
||||
$size = filesize('./lists/'.$files);
|
||||
if($size < 190){
|
||||
if($size < 200){
|
||||
unlink("./lists/".$files);
|
||||
$size;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user