From: Friendika Date: Mon, 25 Jul 2011 22:43:28 +0000 (-0700) Subject: provide ability to use different port X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21058cdb471cb515e49b1a8a5c4fb3e0718d7a74;p=friendica.git provide ability to use different port --- diff --git a/boot.php b/boot.php index e8dccd5f30..a72fbf6734 100644 --- a/boot.php +++ b/boot.php @@ -1,6 +1,6 @@ hostname = $_SERVER['SERVER_NAME']; - + if(x($_SERVER,'SERVER_PORT') && $_SERVER['SERVER_PORT'] != 80 && $_SERVER['SERVER_PORT'] != 443) + $this->hostname .= ':' . $_SERVER['SERVER_PORT']; /** * Figure out if we are running at the top of a domain * or in a sub-directory and adjust accordingly