mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Merge branch 'develop' into pr/csrf-token
This commit is contained in:
commit
a3ef122b57
68 changed files with 2115 additions and 1361 deletions
|
|
@ -57,7 +57,7 @@
|
|||
var https_port = {Context::get("_https_port") ?: 'null'};
|
||||
var enforce_ssl = {Context::get('_use_ssl') === 'always' ? 'true' : 'false'};
|
||||
var ssl_actions = {json_encode(array_keys(Context::getSSLActions()))};
|
||||
var xeVid = {json_encode($vid ?: null)};
|
||||
var xeVid = null;
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue