mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 14:22:48 +08:00
改进
This commit is contained in:
@@ -210,6 +210,8 @@ class Request
|
||||
unset($server['HTTPS']);
|
||||
$server['SERVER_PORT'] = 80;
|
||||
}
|
||||
} else {
|
||||
$info['scheme'] = 'http';
|
||||
}
|
||||
if (isset($info['port'])) {
|
||||
$server['SERVER_PORT'] = $info['port'];
|
||||
|
||||
Reference in New Issue
Block a user