X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=b738125c8995c1eaf78cc8fdf19b992b9ae86497;hb=1e967eddb75ebed6712e33735971d53b009442dd;hp=0dd1d382341a661c2640161ec30d93ff30ede33b;hpb=e88cf386043f0816b6b13fa87308998f64ef5f1e;p=friendica.git diff --git a/boot.php b/boot.php index 0dd1d38234..b738125c89 100644 --- a/boot.php +++ b/boot.php @@ -2,9 +2,9 @@ set_time_limit(0); -define ( 'FRIENDIKA_VERSION', '2.1.949' ); +define ( 'FRIENDIKA_VERSION', '2.1.953' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1051 ); +define ( 'DB_UPDATE_VERSION', 1053 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -290,7 +290,7 @@ class App { if($this->cmd === '.well-known/host-meta') { require_once('include/hostxrd.php'); - hostxrd($this->hostname); + hostxrd($this->get_baseurl()); // NOTREACHED }