This commit is contained in:
Kasper Rynning-Tønnesen
2014-08-08 18:25:55 +02:00
parent cd18ef7cab
commit 31dbbf01e3
2 changed files with 18 additions and 2 deletions

View File

@@ -20,9 +20,11 @@
array_shift($data);
}
file_put_contents("videos.json", json_encode($data));
echo $data;
unset($data);
}else
{
echo "You're a bad boy";
}
die();
?>