From 1698732cffab2f625c16a1d8d1227497a0965d43 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 18 Apr 2016 01:35:09 -0700 Subject: convert all the _well_known service controllers which are a bit touchy when it comes to the router --- mod/hostxrd.php | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 mod/hostxrd.php (limited to 'mod/hostxrd.php') diff --git a/mod/hostxrd.php b/mod/hostxrd.php deleted file mode 100644 index 0e19d8af6..000000000 --- a/mod/hostxrd.php +++ /dev/null @@ -1,18 +0,0 @@ - App::get_hostname(), - '$zroot' => z_root() - )); - $arr = array('xrd' => $x); - call_hooks('hostxrd',$arr); - - echo $arr['xrd']; - killme(); -} -- cgit v1.2.3