X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhostxrd.php;h=16f132fe092ff2a871fcc3a0e15fe67cffbe84c6;hb=4e44b07dfe07dde78fe8a095fbb43d9ec1ffcb53;hp=0403945efcc0ed7b422889d2426fc4eaf9209f4c;hpb=ae1227c9ca29db58cd15ef462110d752e5edfa2a;p=friendica.git diff --git a/mod/hostxrd.php b/mod/hostxrd.php index 0403945efc..16f132fe09 100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -1,30 +1,33 @@ $a->get_hostname(), '$zroot' => System::baseUrl(), '$domain' => System::baseUrl(), - '$bigkey' => salmon_key(Config::get('system','site_pubkey')), - )); - exit(); + '$bigkey' => Salmon::salmonKey(Config::get('system', 'site_pubkey'))] + ); + exit(); }