]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Remove obsolete mod/lockview.php file
[friendica.git] / src / App.php
index 9b6f6a5a296eea138749891e8b93c320caeeeee0..65ae3fe2f47389583dc0286733f1d4a2c528b990 100644 (file)
@@ -240,22 +240,6 @@ class App
                }
        }
 
-       /**
-        * Returns the current UserAgent as a String
-        *
-        * @return string the UserAgent as a String
-        * @throws HTTPException\InternalServerErrorException
-        */
-       public function getUserAgent()
-       {
-               return
-                       FRIENDICA_PLATFORM . " '" .
-                       FRIENDICA_CODENAME . "' " .
-                       FRIENDICA_VERSION . '-' .
-                       DB_UPDATE_VERSION . '; ' .
-                       $this->baseURL->get();
-       }
-
        /**
         * Returns the current theme name. May be overriden by the mobile theme name.
         *