start on tag deliver rewrite

This commit is contained in:
friendica
2013-01-12 18:06:34 -08:00
parent f24ce35603
commit d5c71e5691
3 changed files with 49 additions and 53 deletions

View File

@@ -64,7 +64,7 @@ function process_command($line) {
if(argv(1)) {
$x = zot_finger(argv(1),$channel);
if($x['success'])
print_r(json_decode($x['body'],true));
echo jindent($x['body']);
}
break;