add codename to useragent string

This commit is contained in:
Fabrixxm 2014-10-06 10:06:53 +02:00
parent e2dc4f922c
commit c9667bbd69
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ if(! class_exists('App')) {
} }
function get_useragent() { 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());
} }
} }