aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zfinger.php
blob: fff7c9e1b885181678b50c36d8fee51c3ca50afe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

function zfinger_init(&$a) {

	require_once('include/zot.php');
	require_once('include/crypto.php');


	$x = zotinfo($_REQUEST);
	json_return_and_die($x);

}