]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
add rudimentary locking capability to Friendica functions
[friendica.git] / boot.php
index 4c42f19a718c068571cefc9ba8a9552e1a592e2f..239c09ee242f1aecc88be2b4d09836396838df50 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.0.1392' );
+define ( 'FRIENDICA_VERSION',      '3.0.1394' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1151      );
 
@@ -375,7 +375,7 @@ if(! class_exists('App')) {
                                        // convert punycode back to utf-8
                                        require_once('library/simplepie/idn/idna_convert.class.php');
                                        $x = new idna_convert();
-                                       $this->hostname = $x->decode($s);
+                                       $this->hostname = $x->decode($_SERVER['SERVER_NAME']);
                                }
 
                                if(x($_SERVER,'SERVER_PORT') && $_SERVER['SERVER_PORT'] != 80 && $_SERVER['SERVER_PORT'] != 443)