aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-02-20 11:15:22 +0100
committerMichael <icarus@dabo.de>2012-02-20 11:15:22 +0100
commite2f276881ee31d56f244950f231fffbf935f7f0d (patch)
tree162a02759016406e6832b51c2547ee71e04e4cb9 /include/api.php
parent0fb22e1284c0510a0d009e34b7a1aa31ef6be052 (diff)
downloadvolse-hubzilla-e2f276881ee31d56f244950f231fffbf935f7f0d.tar.gz
volse-hubzilla-e2f276881ee31d56f244950f231fffbf935f7f0d.tar.bz2
volse-hubzilla-e2f276881ee31d56f244950f231fffbf935f7f0d.zip
Some testing stuff
Diffstat (limited to 'include/api.php')
-rwxr-xr-xinclude/api.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/api.php b/include/api.php
index a621f1aa7..1d3e5c186 100755
--- a/include/api.php
+++ b/include/api.php
@@ -148,6 +148,7 @@
//echo "<pre>"; var_dump($r); die();
}
}
+ logger('API call not implemented: '.$a->query_string." - ".print_r($_REQUEST,true));
$r = '<status><error>not implemented</error></status>';
switch($type){
case "xml":