diff options
| author | oweissbarth | 2015-01-03 00:53:37 +0100 |
|---|---|---|
| committer | oweissbarth | 2015-01-03 00:53:37 +0100 |
| commit | 684d6ae79ff35cbb686e9dd35e59ce28b875586b (patch) | |
| tree | 33859500cf466aa6a6d5dd8798ba688290181222 /www/json.php | |
| parent | 3dcf698e84369fed8a1ff509a2ed2c60618c9d1a (diff) | |
| download | files.iamfabulous.de-684d6ae79ff35cbb686e9dd35e59ce28b875586b.tar.gz | |
intial angular interface. Just for testing purpose. Will probably change alot. Now using bootstrap.angular-testing
Diffstat (limited to 'www/json.php')
| -rw-r--r-- | www/json.php | 21 |
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"}} + ]'; |
