X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=ba12f86d2c4f392bfcec9c8b73827e4822c8b0b8;hb=bbbebb2b9c8ff401829d336e2c39c0dc0cecfc10;hp=84bb9741e695319a23efa0129a30e365b8652bbb;hpb=3abd0b54ccc2b59f29e7d724c05a5a2d70c3c4ab;p=friendica.git diff --git a/boot.php b/boot.php index 84bb9741e6..ba12f86d2c 100644 --- a/boot.php +++ b/boot.php @@ -486,16 +486,6 @@ define('SR_SCOPE_TAGS', 'tags'); */ define('NULL_DATE', '0001-01-01 00:00:00'); -/** - * Deliver commands - */ -define('DELIVER_MAIL', 'mail'); -define('DELIVER_SUGGESTION', 'suggest'); -define('DELIVER_RELOCATION', 'relocate'); -define('DELIVER_DELETION', 'drop'); -define('DELIVER_POST', 'wall-new'); -define('DELIVER_COMMENT', 'comment-new'); - // Normally this constant is defined - but not if "pcntl" isn't installed if (!defined("SIGTERM")) { define("SIGTERM", 15); @@ -1302,7 +1292,7 @@ function get_server() $server = Config::get("system", "directory"); if ($server == "") { - $server = "http://dir.friendica.social"; + $server = "https://dir.friendica.social"; } return($server);