mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
issue 2234 change ssl_actions list in html page
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11107 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
464bc59681
commit
6d40f3317f
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
|||
<!--@if($vid)-->var xeVid = "{$vid}";<!--@end-->
|
||||
var current_mid = "{$mid}";
|
||||
var waiting_message = "{$lang->msg_call_server}";
|
||||
var ssl_actions = new Array(<!--@if(count($ssl_actions))-->"{implode('","',$ssl_actions)}"<!--@end-->);
|
||||
var ssl_actions = new Array(<!--@if(count($ssl_actions))-->"{implode('","',array_keys($ssl_actions))}"<!--@end-->);
|
||||
var default_url = "{Context::getDefaultUrl()}";
|
||||
<!--@if(Context::get("_http_port"))-->var http_port = {Context::get("_http_port")};<!--@end-->
|
||||
<!--@if(Context::get("_https_port"))-->var https_port = {Context::get("_https_port")};<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue