Update changeIt.php

This commit is contained in:
KasperRT
2014-10-10 16:58:03 +02:00
parent 699fffa189
commit 054f6bcaa4

View File

@@ -10,7 +10,6 @@
{ {
$file = file_get_contents("oldFiles/".$list); $file = file_get_contents("oldFiles/".$list);
$data = json_decode($file); $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++) for($i = 0; $i < count($data[0]); $i++)
{ {
if($i > 0) if($i > 0)
@@ -31,4 +30,4 @@
} }
?> ?>
</body> </body>
</html> </html>