mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix incorrect passing of SSL action list
This commit is contained in:
parent
d6ec71657c
commit
ac1e86cf39
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
var http_port = {Context::get("_http_port") ?: 'null'};
|
||||
var https_port = {Context::get("_https_port") ?: 'null'};
|
||||
var enforce_ssl = {Context::get('_use_ssl') === 'always' ? 'true' : 'false'};
|
||||
var ssl_actions = {json_encode(array_values(Context::getSSLActions()))};
|
||||
var ssl_actions = {json_encode(array_keys(Context::getSSLActions()))};
|
||||
var xeVid = {json_encode($vid ?: null)};
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue