X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=boot.php;h=390a6ef9c2ba852b8f7d213af2e496272f64b977;hb=86320317f493d0bf26fac7860d2e0c388633ab0c;hp=25ff8fe9fd9f2c86c979be4cdc887a9366725443;hpb=c8a322baf0b95ea15bfa8031d77a555b2a13f0bf;p=friendica.git diff --git a/boot.php b/boot.php index 25ff8fe9fd..390a6ef9c2 100644 --- 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");