X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhostxrd.php;h=1da8fda998095d9673f8f81d073561245faf778b;hb=0b5f7da270bcaa679cb684dbbbbe40781f0b49c6;hp=a38d3ab61f6bac663338c03cbc0e54a212651427;hpb=9e6bf793805e6c8ded23b91b1a30a0a118a45a46;p=friendica.git diff --git a/mod/hostxrd.php b/mod/hostxrd.php index a38d3ab61f..1da8fda998 100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -5,6 +5,7 @@ use Friendica\App; use Friendica\Core\Config; use Friendica\Core\System; +use Friendica\Protocol\Salmon; use Friendica\Util\Crypto; function hostxrd_init(App $a) @@ -25,7 +26,7 @@ function hostxrd_init(App $a) '$zhost' => $a->get_hostname(), '$zroot' => System::baseUrl(), '$domain' => System::baseUrl(), - '$bigkey' => Crypto::salmonKey(Config::get('system', 'site_pubkey'))) + '$bigkey' => Salmon::salmonKey(Config::get('system', 'site_pubkey'))) ); exit();