mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +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
|
|
@ -42,7 +42,7 @@ var request_uri = "{$request_uri}";
|
||||||
<block cond="$vid">var xeVid = "{$vid}";</block>
|
<block cond="$vid">var xeVid = "{$vid}";</block>
|
||||||
var current_mid = "{$mid}";
|
var current_mid = "{$mid}";
|
||||||
var waiting_message = "{$lang->msg_call_server}";
|
var waiting_message = "{$lang->msg_call_server}";
|
||||||
var ssl_actions = new Array(<block cond="count($ssl_actions)">"{implode('","',$ssl_actions)}"</block>);
|
var ssl_actions = new Array(<block cond="count($ssl_actions)">"{implode('","',array_keys($ssl_actions))}"</block>);
|
||||||
var default_url = "{Context::getDefaultUrl()}";
|
var default_url = "{Context::getDefaultUrl()}";
|
||||||
<block cond="Context::get('_http_port')">var http_port = {Context::get("_http_port")};</block>
|
<block cond="Context::get('_http_port')">var http_port = {Context::get("_http_port")};</block>
|
||||||
<block cond="Context::get('_https_port')">var https_port = {Context::get("_https_port")};</block>
|
<block cond="Context::get('_https_port')">var https_port = {Context::get("_https_port")};</block>
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
<!--@if($vid)-->var xeVid = "{$vid}";<!--@end-->
|
<!--@if($vid)-->var xeVid = "{$vid}";<!--@end-->
|
||||||
var current_mid = "{$mid}";
|
var current_mid = "{$mid}";
|
||||||
var waiting_message = "{$lang->msg_call_server}";
|
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()}";
|
var default_url = "{Context::getDefaultUrl()}";
|
||||||
<!--@if(Context::get("_http_port"))-->var http_port = {Context::get("_http_port")};<!--@end-->
|
<!--@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-->
|
<!--@if(Context::get("_https_port"))-->var https_port = {Context::get("_https_port")};<!--@end-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue