]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
how the heck did favicon get into the repo? Gone now...
[friendica.git] / boot.php
index 5a7af9725b5c0540a9eae84afc463cc3b6bbcf80..54206d7fe4300d292f78df4fc64ff494d26df286 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -4,9 +4,9 @@ set_time_limit(0);
 ini_set('pcre.backtrack_limit', 250000);
 
 
-define ( 'FRIENDIKA_VERSION',      '2.2.1022' );
+define ( 'FRIENDIKA_VERSION',      '2.2.1025' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
-define ( 'DB_UPDATE_VERSION',      1068      );
+define ( 'DB_UPDATE_VERSION',      1070      );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );
@@ -1685,8 +1685,10 @@ function fetch_lrdd_template($host) {
        $url1 = 'https://' . $host . '/.well-known/host-meta' ;
        $url2 = 'http://' . $host . '/.well-known/host-meta' ;
        $links = fetch_xrd_links($url1);
+       logger('fetch_lrdd_template from: ' . $url1);
        logger('template (https): ' . print_r($links,true));
        if(! count($links)) {
+               logger('fetch_lrdd_template from: ' . $url2);
                $links = fetch_xrd_links($url2);
                logger('template (http): ' . print_r($links,true));
        }