This commit is contained in:
Tokumeikoi 2020-02-10 15:52:07 +08:00
parent 7f9ad68e1b
commit 23bfb20307

View File

@ -41,7 +41,7 @@ class ServerController extends Controller
$params['tags'] = json_encode($params['tags']); $params['tags'] = json_encode($params['tags']);
} }
if (isset($params['tls'])) { if ((int)$params['tls']) {
if (!isset($params['tls_pem']) || !isset($params['tls_key'])) { if (!isset($params['tls_pem']) || !isset($params['tls_key'])) {
abort(500, '开启TLS必须填写TLS证书'); abort(500, '开启TLS必须填写TLS证书');
} }