diff --git a/adm/config_form.php b/adm/config_form.php
index c77d4f848..7a5e1fe3d 100644
--- a/adm/config_form.php
+++ b/adm/config_form.php
@@ -854,7 +854,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
- checked >
+ checked >
|
@@ -887,14 +887,17 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
- |
+ |
- MID
SRA
-
-
- API Key
-
+
+ KG이니시스 통합인증 신청페이지
+ |
+
+
+ |
+
+
|
diff --git a/js/certify.js b/js/certify.js
index 31c4a5de0..8b160a966 100644
--- a/js/certify.js
+++ b/js/certify.js
@@ -128,11 +128,6 @@ function popup_center() {
let _width = 400;
let _height = 620;
var xPos = (document.body.offsetWidth/2) - (_width/2); // 가운데 정렬
- xPos += window.screenLeft; // 듀얼 모니터일 때
- if( navigator.userAgent.indexOf("Android") > - 1 || navigator.userAgent.indexOf("iPhone") > - 1 ) // 모바일일때
- {
- return window;
- }else {
+ xPos += window.screenLeft; // 듀얼 모니터일 때
return window.open("", "sa_popup", "width="+_width+", height="+_height+", left="+xPos+", menubar=yes, status=yes, titlebar=yes, resizable=yes");
- }
}
\ No newline at end of file
diff --git a/mobile/skin/member/basic/member_cert_refresh.skin.php b/mobile/skin/member/basic/member_cert_refresh.skin.php
index 1a6945f6e..c1191a6e8 100644
--- a/mobile/skin/member/basic/member_cert_refresh.skin.php
+++ b/mobile/skin/member/basic/member_cert_refresh.skin.php
@@ -92,7 +92,6 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
params = "?directAgency=" + type + "&" + pageTypeParam;
request_url = url + params;
call_sa(request_url);
- break;
});
diff --git a/plugin/inicert/ini_result.php b/plugin/inicert/ini_result.php
index dbcd98af7..3c95443e1 100644
--- a/plugin/inicert/ini_result.php
+++ b/plugin/inicert/ini_result.php
@@ -91,12 +91,6 @@ include_once(G5_PATH.'/head.sub.php');