X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=d4398a11a6b8bfcf5067124875dbf6b0a92fa7bc;hb=5f2f64406407839d0a9d906e0ad165067d90d130;hp=d8abf06b04d736c9fbd0fb08bac51d0762686f14;hpb=ee35c06a8d138d14f1bf7c0d7fb710721709c3a9;p=friendica.git diff --git a/boot.php b/boot.php index d8abf06b04..d4398a11a6 100644 --- a/boot.php +++ b/boot.php @@ -267,9 +267,11 @@ class App { * Just spit out the contents and exit. */ - if($this->cmd === '.well-known/host-meta') + if($this->cmd === '.well-known/host-meta') { require_once('include/hostxrd.php'); - + hostxrd($this->hostname); + // NOTREACHED + } /** * See if there is any page number information, and initialise @@ -410,6 +412,7 @@ function x($s,$k = NULL) { if(! function_exists('system_unavailable')) { function system_unavailable() { include('system_unavailable.php'); + system_down(); killme(); }}