aboutsummaryrefslogtreecommitdiffstats
path: root/mod/amcd.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-29 23:03:03 -0700
committerfriendica <info@friendica.com>2012-08-29 23:03:03 -0700
commitf6d198ce5dcd9fe416975ff760439dfacbb83812 (patch)
tree77be24f7ab74dfcd62c2e621eb6f7568a78d8de6 /mod/amcd.php
parentda49a27aa24b6a85b2623134884d933dc04e201b (diff)
downloadvolse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.tar.gz
volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.tar.bz2
volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.zip
trim a bit of fat
Diffstat (limited to 'mod/amcd.php')
-rw-r--r--mod/amcd.php49
1 files changed, 0 insertions, 49 deletions
diff --git a/mod/amcd.php b/mod/amcd.php
deleted file mode 100644
index a2a1327e6..000000000
--- a/mod/amcd.php
+++ /dev/null
@@ -1,49 +0,0 @@
-<?php
-
-function amcd_content(&$a) {
-//header("Content-type: text/json");
-echo <<< EOT
-{
- "version":1,
- "sessionstatus":{
- "method":"GET",
- "path":"/session"
- },
- "auth-methods": {
- "username-password-form": {
- "connect": {
- "method":"POST",
- "path":"/login",
- "params": {
- "username":"login-name",
- "password":"password"
- },
- "onsuccess": { "action":"reload" }
- },
- "disconnect": {
- "method":"GET",
- "path":"\/logout"
- }
- }
- }
- "methods": {
- "username-password-form": {
- "connect": {
- "method":"POST",
- "path":"\/login",
- "params": {
- "username":"login-name",
- "password":"password"
- },
- "onsuccess": { "action":"reload" }
- },
- "disconnect": {
- "method":"GET",
- "path":"\/logout"
- }
- }
- }
-}
-EOT;
-killme();
-} \ No newline at end of file