From af222d372fe91e9d4b43e1faed2d6ca9935b12e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 12 Feb 2015 18:40:27 +0100 Subject: [PATCH] Removed the removing function --- php/nochan.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/nochan.php b/php/nochan.php index e0f208b5..f0cafd3c 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -24,8 +24,8 @@ foreach($fil as $files){ $file = file_get_contents($files); $data = json_decode($file, TRUE); $q = array_values($data["nowPlaying"]); - if($q[0]["id"] == "30H2Z8Lr-4c"); - unlink("./lists/".$files); + /*if($q[0]["id"] == "30H2Z8Lr-4c"); + unlink("./lists/".$files);*/ } if($time_lasted < $time){ $file = file_get_contents($files); //Checking if the channel has the setting for showing on the frontpage set to true.