Conflicts: include/zot.php install/schema_mysql.sql install/schema_postgres.sql install/update.php mod/zfinger.php
13 lines
165 B
PHP
13 lines
165 B
PHP
<?php
|
|
|
|
function zfinger_init(&$a) {
|
|
|
|
require_once('include/zot.php');
|
|
require_once('include/crypto.php');
|
|
|
|
|
|
$x = zotinfo($_REQUEST);
|
|
json_return_and_die($x);
|
|
|
|
}
|