]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #8075 from annando/html-escaping
[friendica.git] / boot.php
index 25ff8fe9fd9f2c86c979be4cdc887a9366725443..390a6ef9c2ba852b8f7d213af2e496272f64b977 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -446,17 +446,6 @@ function curPageURL()
        return $pageURL;
 }
 
-function get_server()
-{
-       $server = Config::get("system", "directory");
-
-       if ($server == "") {
-               $server = "https://dir.friendica.social";
-       }
-
-       return $server;
-}
-
 function get_temppath()
 {
        $temppath = Config::get("system", "temppath");