From 10f016841c612c6cef86cff91f45baea74c5d3d6 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 28 Jul 2013 18:54:40 -0700 Subject: cleaning up issues reported in logs --- mod/_well_known.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mod') diff --git a/mod/_well_known.php b/mod/_well_known.php index 184f75593..6e77336c3 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -4,11 +4,6 @@ function _well_known_init(&$a){ if(argc() > 1) { switch(argv(1)) { - case "host-meta": - require_once('mod/hostxrd.php'); - hostxrd_init($a); - break; - case 'zot-info': $a->argc -= 1; array_shift($a->argv); -- cgit v1.2.3