Removed random php

This commit is contained in:
Maxim Biro 2013-06-28 20:32:43 -04:00
parent fd44c68801
commit d6d3522caf

View File

@ -1,4 +0,0 @@
<?php
$string = file_get_contents("test.json");
$json_a=json_decode($string,true);
?>