모바일 사용자 화면 UI 및 기능 개선

This commit is contained in:
chicpro
2015-07-09 09:48:15 +09:00
parent 7846117b62
commit c7e85d5794
87 changed files with 1854 additions and 1316 deletions

View File

@ -104,7 +104,7 @@ $PAY_METHOD = array(
// 플러그인 호출 URL
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') {
$ini_js_url = 'https://plugin.inicis.com/pay61_secunissl_crossl.js';
$ini_js_url = 'https://plugin.inicis.com/pay61_secunissl_cross.js';
} else {
$ini_js_url = 'http://plugin.inicis.com/pay61_secuni_cross.js';
}