From 093ab7177ad19459438579d608dad89cf68d4378 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 10 Nov 2012 23:26:12 -0800 Subject: rework a couple of zot basics --- mod/_well_known.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/_well_known.php') diff --git a/mod/_well_known.php b/mod/_well_known.php index ac4eb6076..5c5f6585f 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -9,7 +9,7 @@ function _well_known_init(&$a){ hostxrd_init($a); break; - case 'zot-guid': + case 'zot-info': $a->argc -= 1; array_shift($a->argv); $a->argv[0] = 'zfinger'; -- cgit v1.2.3