summaryrefslogtreecommitdiff
path: root/www/json.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/json.php')
-rw-r--r--www/json.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/json.php b/www/json.php
new file mode 100644
index 0000000..72418c5
--- /dev/null
+++ b/www/json.php
@@ -0,0 +1,21 @@
+<?php
+
+ echo '[{"file":{"name" : "test",
+ "mime" : "text",
+ "size" : 15,
+ "public" : "false",
+ "hash": "asd3aw3ad",
+ "upload": "15.03.2014"}},
+ {"folder":{"name" : "test",
+ "mime" : "text",
+ "size" : 15,
+ "public" : "false",
+ "hash": "asd3aw3ad",
+ "upload": "15.03.2014"}},
+ {"file":{"name" : "test",
+ "mime" : "text",
+ "size" : 15,
+ "public" : "false",
+ "hash": "asd3aw3ad",
+ "upload": "15.03.2014"}}
+ ]';