]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Update develop from 'master'
[friendica.git] / boot.php
index f3c8db394874a2bb48f557742063f7cb46c7564f..0d7c6e878fafa402d743c5bce0d04f0a8eeb5059 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -877,7 +877,7 @@ if(! class_exists('App')) {
                }
 
                function get_useragent() {
-                       return(FRIENDICA_PLATFORM." ".FRIENDICA_VERSION."-".DB_UPDATE_VERSION."; ".$this->get_baseurl());
+                       return(FRIENDICA_PLATFORM." '".FRIENDICA_CODENAME."' ".FRIENDICA_VERSION."-".DB_UPDATE_VERSION."; ".$this->get_baseurl());
                }
 
        }