diff --git a/mobile/skin/qa/basic/write.skin.php b/mobile/skin/qa/basic/write.skin.php
index e8c8c61b6..4d879f73e 100644
--- a/mobile/skin/qa/basic/write.skin.php
+++ b/mobile/skin/qa/basic/write.skin.php
@@ -13,6 +13,7 @@ add_stylesheet('
', 0);
+
', 0);
}
+ $.ajax({
+ type: "POST",
+ url: g5_bbs_url+"/ajax.write.token.php",
+ data: { 'token_case' : 'qa_write' },
+ cache: false,
+ async: false,
+ dataType: "json",
+ success: function(data) {
+ if (typeof data.token !== "undefined") {
+ token = data.token;
+
+ if(typeof f.token === "undefined")
+ $(f).prepend('
');
+
+ $(f).find("input[name=token]").val(token);
+ }
+ }
+ });
+
document.getElementById("btn_submit").disabled = "disabled";
return true;
diff --git a/mobile/skin/social/social_login.skin.php b/mobile/skin/social/social_login.skin.php
index b014cd92a..e52419688 100644
--- a/mobile/skin/social/social_login.skin.php
+++ b/mobile/skin/social/social_login.skin.php
@@ -41,7 +41,7 @@ add_stylesheet('
?provider=google&url=" class="sns-icon social_link sns-google" title="구글">
-
Sign in with Google
+
구글 로그인
diff --git a/mobile/skin/social/social_outlogin.skin.1.php b/mobile/skin/social/social_outlogin.skin.1.php
index 98a2552b0..0a01a3065 100644
--- a/mobile/skin/social/social_outlogin.skin.1.php
+++ b/mobile/skin/social/social_outlogin.skin.1.php
@@ -41,7 +41,7 @@ add_stylesheet('
?provider=google&url=" class="sns-icon social_link sns-google" title="구글">
-
Sign in with Google
+
구글 로그인
diff --git a/mobile/skin/social/social_register.skin.php b/mobile/skin/social/social_register.skin.php
index e41bc6c07..f9e119ffc 100644
--- a/mobile/skin/social/social_register.skin.php
+++ b/mobile/skin/social/social_register.skin.php
@@ -42,13 +42,13 @@ add_stylesheet('
?provider=google&url=" class="sns-icon social_link sns-google" title="구글">
-
Sign in with Google
+
구글 로그인
diff --git a/plugin/lgxpay/lgdacom/XPayClient.php b/plugin/lgxpay/lgdacom/XPayClient.php
index 14b16c3e6..23eeb29cf 100644
--- a/plugin/lgxpay/lgdacom/XPayClient.php
+++ b/plugin/lgxpay/lgdacom/XPayClient.php
@@ -862,7 +862,8 @@ class XPayClient
{
curl_close($this->ch);
}
- function GetTimeStamp()
+
+ function GetTimeStamp()
{
$Result = "";
$Result = date("YmdHis");
diff --git a/skin/qa/basic/list.skin.php b/skin/qa/basic/list.skin.php
index d32852783..56df884ee 100644
--- a/skin/qa/basic/list.skin.php
+++ b/skin/qa/basic/list.skin.php
@@ -72,6 +72,7 @@ add_stylesheet('
', 0);
+
diff --git a/skin/qa/basic/write.skin.php b/skin/qa/basic/write.skin.php
index d1feabb29..9f587c086 100644
--- a/skin/qa/basic/write.skin.php
+++ b/skin/qa/basic/write.skin.php
@@ -14,6 +14,7 @@ add_stylesheet('', 0);
+
', 0);
}
+ $.ajax({
+ type: "POST",
+ url: g5_bbs_url+"/ajax.write.token.php",
+ data: { 'token_case' : 'qa_write' },
+ cache: false,
+ async: false,
+ dataType: "json",
+ success: function(data) {
+ if (typeof data.token !== "undefined") {
+ token = data.token;
+
+ if(typeof f.token === "undefined")
+ $(f).prepend('');
+
+ $(f).find("input[name=token]").val(token);
+ }
+ }
+ });
+
document.getElementById("btn_submit").disabled = "disabled";
return true;
diff --git a/skin/social/social_login.skin.php b/skin/social/social_login.skin.php
index 861e0b1f4..0d96f53ea 100644
--- a/skin/social/social_login.skin.php
+++ b/skin/social/social_login.skin.php
@@ -41,7 +41,7 @@ add_stylesheet('?provider=google&url=" class="sns-icon social_link sns-google" title="구글">
- Sign in with Google
+ 구글 로그인
diff --git a/skin/social/social_outlogin.skin.1.php b/skin/social/social_outlogin.skin.1.php
index 20d84bbcd..67392f61e 100644
--- a/skin/social/social_outlogin.skin.1.php
+++ b/skin/social/social_outlogin.skin.1.php
@@ -41,7 +41,7 @@ add_stylesheet('?provider=google&url=" class="sns-icon social_link sns-google" title="구글">
- Sign in with Google
+ 구글 로그인
diff --git a/skin/social/social_register.skin.php b/skin/social/social_register.skin.php
index 86dfe3dde..061d382b6 100644
--- a/skin/social/social_register.skin.php
+++ b/skin/social/social_register.skin.php
@@ -43,7 +43,7 @@ add_stylesheet('?provider=google&url=" class="sns-icon social_link sns-google" title="구글">
- Sign in with Google
+ 구글로 회원가입하기
diff --git a/theme/basic/mobile/skin/qa/basic/list.skin.php b/theme/basic/mobile/skin/qa/basic/list.skin.php
index 0bf98e366..7db40baf0 100644
--- a/theme/basic/mobile/skin/qa/basic/list.skin.php
+++ b/theme/basic/mobile/skin/qa/basic/list.skin.php
@@ -45,6 +45,7 @@ add_stylesheet('', 0);
+
diff --git a/theme/basic/mobile/skin/qa/basic/write.skin.php b/theme/basic/mobile/skin/qa/basic/write.skin.php
index e8c8c61b6..4d879f73e 100644
--- a/theme/basic/mobile/skin/qa/basic/write.skin.php
+++ b/theme/basic/mobile/skin/qa/basic/write.skin.php
@@ -13,6 +13,7 @@ add_stylesheet('
', 0);
+
', 0);
}
+ $.ajax({
+ type: "POST",
+ url: g5_bbs_url+"/ajax.write.token.php",
+ data: { 'token_case' : 'qa_write' },
+ cache: false,
+ async: false,
+ dataType: "json",
+ success: function(data) {
+ if (typeof data.token !== "undefined") {
+ token = data.token;
+
+ if(typeof f.token === "undefined")
+ $(f).prepend('
');
+
+ $(f).find("input[name=token]").val(token);
+ }
+ }
+ });
+
document.getElementById("btn_submit").disabled = "disabled";
return true;
diff --git a/theme/basic/skin/qa/basic/list.skin.php b/theme/basic/skin/qa/basic/list.skin.php
index d32852783..56df884ee 100644
--- a/theme/basic/skin/qa/basic/list.skin.php
+++ b/theme/basic/skin/qa/basic/list.skin.php
@@ -72,6 +72,7 @@ add_stylesheet('
', 0);
+
diff --git a/theme/basic/skin/qa/basic/write.skin.php b/theme/basic/skin/qa/basic/write.skin.php
index d1feabb29..9f587c086 100644
--- a/theme/basic/skin/qa/basic/write.skin.php
+++ b/theme/basic/skin/qa/basic/write.skin.php
@@ -14,6 +14,7 @@ add_stylesheet('', 0);
+
', 0);
}
+ $.ajax({
+ type: "POST",
+ url: g5_bbs_url+"/ajax.write.token.php",
+ data: { 'token_case' : 'qa_write' },
+ cache: false,
+ async: false,
+ dataType: "json",
+ success: function(data) {
+ if (typeof data.token !== "undefined") {
+ token = data.token;
+
+ if(typeof f.token === "undefined")
+ $(f).prepend('');
+
+ $(f).find("input[name=token]").val(token);
+ }
+ }
+ });
+
document.getElementById("btn_submit").disabled = "disabled";
return true;