PMC-541-B

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-03-25 08:09:11 -04:00
parent a68b707ecd
commit f84e73580c
3 changed files with 8 additions and 3 deletions

View File

@@ -1578,7 +1578,7 @@ class System
public static function getServerHost()
{
$port = self::getServerPort();
if (!empty($port) && $port != '80') {
if (!empty($port) && $port != '80' && $port != '443') {
return self::getServerHostname() . ':' . $port;
}
return self::getServerHostname();