diff --git a/boot.php b/boot.php index 57d265711d..0efd4a2069 100644 --- a/boot.php +++ b/boot.php @@ -1234,7 +1234,12 @@ class App { } function get_useragent() { - return (FRIENDICA_PLATFORM." '".FRIENDICA_CODENAME."' ".FRIENDICA_VERSION."-".DB_UPDATE_VERSION."; ".$this->get_baseurl()); + return + FRIENDICA_PLATFORM . " '" . + FRIENDICA_CODENAME . "' " . + FRIENDICA_VERSION . "-" . + DB_UPDATE_VERSION . "; " . + $this->get_baseurl(); } function is_friendica_app() {