mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 10:23:16 +09:00
#18065388 : though ssl_port is not assigned, if current port is set as non-default port, do not remove url-port
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6880 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e97407dc1f
commit
ab2e480517
1 changed files with 1 additions and 1 deletions
|
|
@ -955,7 +955,7 @@
|
|||
if(Context::get("_https_port") && Context::get("_https_port") != 443) {
|
||||
$url_info['port'] = Context::get("_https_port");
|
||||
}
|
||||
else
|
||||
elseif($url_info['port']==443)
|
||||
{
|
||||
unset($url_info['port']);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue