From d7c40417badeab0c09724bfce5169ad00ee2391e Mon Sep 17 00:00:00 2001 From: kasperrt Date: Tue, 16 Dec 2014 17:22:35 +0100 Subject: [PATCH] Fixed sizing.. again.. --- php/nochan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/nochan.php b/php/nochan.php index 9e68197b..03a09271 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -17,7 +17,7 @@ foreach($dir as $files){ { clearstatcache(); $size = filesize('./lists/'.$files); - if($size < 190){ + if($size < 200){ unlink("./lists/".$files); $size; }