mirror of
https://github.com/tnb-labs/panel.git
synced 2026-09-17 16:39:01 +08:00
fix(website): close ssl port error
This commit is contained in:
@@ -343,7 +343,7 @@ Date: 2023-07-24
|
||||
}
|
||||
// 如果关闭了https,就自动删除443端口
|
||||
if (!$('input[name="ssl"]').prop('checked') && reg.test(ports)) {
|
||||
ports = ports.replace(/443.*\n?/, '');
|
||||
ports = ports.replace(/\n443.*\n?/, '');
|
||||
}
|
||||
|
||||
admin.req({
|
||||
|
||||
Reference in New Issue
Block a user