diff options
author | redmatrix <git@macgirvin.com> | 2016-04-18 01:35:09 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-18 01:35:09 -0700 |
commit | 1698732cffab2f625c16a1d8d1227497a0965d43 (patch) | |
tree | 44d6802923840e34495cfeb6aef24ec4cfebf334 /mod/zfinger.php | |
parent | a9f68e4d2ac9b585b09b29c2663709e6d42c286c (diff) | |
download | volse-hubzilla-1698732cffab2f625c16a1d8d1227497a0965d43.tar.gz volse-hubzilla-1698732cffab2f625c16a1d8d1227497a0965d43.tar.bz2 volse-hubzilla-1698732cffab2f625c16a1d8d1227497a0965d43.zip |
convert all the _well_known service controllers which are a bit touchy when it comes to the router
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r-- | mod/zfinger.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php deleted file mode 100644 index fff7c9e1b..000000000 --- a/mod/zfinger.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -function zfinger_init(&$a) { - - require_once('include/zot.php'); - require_once('include/crypto.php'); - - - $x = zotinfo($_REQUEST); - json_return_and_die($x); - -} |