Update muh parser.php

This commit is contained in:
Magmus 2013-06-25 02:21:15 -06:00
parent ffcabf2879
commit 7b4bcfadde

View File

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