X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=390a6ef9c2ba852b8f7d213af2e496272f64b977;hb=5bc4d24e709db5ae14915f8a13ffc06adc85dd4f;hp=25ff8fe9fd9f2c86c979be4cdc887a9366725443;hpb=30a4b0eafb8c1947852c7a44f1c417481e9c49d3;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");