From 054f6bcaa4778b7c523200e1dc646cecf4aeab9b Mon Sep 17 00:00:00 2001 From: KasperRT Date: Fri, 10 Oct 2014 16:58:03 +0200 Subject: [PATCH] Update changeIt.php --- changeIt.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changeIt.php b/changeIt.php index 66780b4c..d8fe115b 100755 --- a/changeIt.php +++ b/changeIt.php @@ -10,7 +10,6 @@ { $file = file_get_contents("oldFiles/".$list); $data = json_decode($file); - $array = array("nowPlaying" => array(), "songs" => array(), "conf" => array("startTime" => time(), "views" => 0, "skips" => array())); for($i = 0; $i < count($data[0]); $i++) { if($i > 0) @@ -31,4 +30,4 @@ } ?> - \ No newline at end of file +