summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-06-29 08:28:14 -0700
committerirungentoo <irungentoo@gmail.com>2013-06-29 08:28:14 -0700
commit7451becbe2d015f239c7a0dd9464ba4a6c3e34c7 (patch)
treedbb6703b684795f5ead7c0b6d8d402973c4109aa /testing
parentc9d0c208a5c1c67a0514c01a6c4a3ac360767bfd (diff)
parentd6d3522caf76b3af6d9d3792ddd70a1a9f836bae (diff)
Merge pull request #16 from nurupo/master
Removed random php file
Diffstat (limited to 'testing')
-rw-r--r--testing/muh parser.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/muh parser.php b/testing/muh parser.php
deleted file mode 100644
index 9817a807..00000000
--- a/testing/muh parser.php
+++ /dev/null
@@ -1,4 +0,0 @@
1<?php
2$string = file_get_contents("test.json");
3$json_a=json_decode($string,true);
4?>