Delete test.php

This commit is contained in:
Daniel Bulant 2018-12-03 20:09:20 +01:00 committed by GitHub
parent d00d0add3c
commit df0af61d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +0,0 @@
<?
$app = json_decode(file_get_contents("test.json"), true);
foreach ($app as $x) {
echo $x["path"]."\n";
}