mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
modify check RX Version.
This commit is contained in:
parent
36d7b83e43
commit
47da220e43
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class ncenterliteAdminView extends ncenterlite
|
|||
$_ncenterlite_iframe_url = 'http://sosifam.com/index.php?mid=ncenterlite_iframe';
|
||||
if(!$agreement_ver)
|
||||
{
|
||||
$_host_info = urlencode($_SERVER['HTTP_HOST']) . '-NC' . $ncenterlite_module_info->version . '-PHP' . phpversion() . '-XE' . RX_VERSION;
|
||||
$_host_info = urlencode($_SERVER['HTTP_HOST']) . '-NC' . $ncenterlite_module_info->version . '-PHP' . phpversion() . '-RX' . RX_VERSION;
|
||||
}
|
||||
Context::set('_ncenterlite_iframe_url', $_ncenterlite_iframe_url . '&_host='. $_host_info);
|
||||
Context::set('ncenterlite_module_info', $ncenterlite_module_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue