diff --git a/AvocadoEdition_Light/plugin/editor/cheditor5/imageUpload/_common.php b/AvocadoEdition_Light/plugin/editor/cheditor5/imageUpload/_common.php
index b3d9bbc..40f8c1a 100644
--- a/AvocadoEdition_Light/plugin/editor/cheditor5/imageUpload/_common.php
+++ b/AvocadoEdition_Light/plugin/editor/cheditor5/imageUpload/_common.php
@@ -1 +1,2 @@
setKeyString($ss_captcha_key_decrypt);
$captcha->getKeyString();
-$captcha->image();
\ No newline at end of file
+$captcha->image();
diff --git a/AvocadoEdition_Light/plugin/kcaptcha/kcaptcha_mp3.php b/AvocadoEdition_Light/plugin/kcaptcha/kcaptcha_mp3.php
index b2e3062..79cc896 100644
--- a/AvocadoEdition_Light/plugin/kcaptcha/kcaptcha_mp3.php
+++ b/AvocadoEdition_Light/plugin/kcaptcha/kcaptcha_mp3.php
@@ -1,4 +1,5 @@
= 5) { // 설정값 이상이면 자동등록방지 입력 문자가
$captcha_key = get_string_encrypt($ip.$captcha_key);
}
echo (get_session("ss_captcha_key") === $captcha_key) ? true : false;
-}
\ No newline at end of file
+}
diff --git a/AvocadoEdition_Light/plugin/kcaptcha/kcaptcha_session.php b/AvocadoEdition_Light/plugin/kcaptcha/kcaptcha_session.php
index 83b7cfb..9498c76 100644
--- a/AvocadoEdition_Light/plugin/kcaptcha/kcaptcha_session.php
+++ b/AvocadoEdition_Light/plugin/kcaptcha/kcaptcha_session.php
@@ -1,5 +1,7 @@
setKeyString(get_session("ss_captcha_key"));
\ No newline at end of file
+$captcha->setKeyString(get_session("ss_captcha_key"));
diff --git a/AvocadoEdition_Light/plugin/sns/_common.php b/AvocadoEdition_Light/plugin/sns/_common.php
index 2088f55..112b898 100644
--- a/AvocadoEdition_Light/plugin/sns/_common.php
+++ b/AvocadoEdition_Light/plugin/sns/_common.php
@@ -1,2 +1,2 @@
-
-
-get('account/verify_credentials');
-
- switch ($connection->http_code) {
- case 200:
- $twitter_user = true;
- $twitter_url = $connection->getAuthorizeURL($token);
- break;
- default :
- $twitter_url = G5_SNS_URL."/twitter/redirect.php";
- }
- }
- */
- $access_token = get_session('access_token');
- $access_oauth_token = isset($access_token['oauth_token']) ? $access_token['oauth_token'] : '';
- $access_oauth_token_secret = isset($access_token['oauth_token_secret']) ? $access_token['oauth_token_secret'] : '';
- $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, $access_oauth_token, $access_oauth_token_secret);
- $content = $connection->get('account/verify_credentials');
-
- switch ($connection->http_code) {
- case 200:
- $twitter_user = true;
- $twitter_url = $connection->getAuthorizeURL($token);
- break;
- default :
- $twitter_url = G5_SNS_URL."/twitter/redirect.php";
- }
- }
-
- echo '';
-}
-//============================================================================
-?>
-
\ No newline at end of file
+
+
+
+get('account/verify_credentials');
+
+ switch ($connection->http_code) {
+ case 200:
+ $twitter_user = true;
+ $twitter_url = $connection->getAuthorizeURL($token);
+ break;
+ default :
+ $twitter_url = G5_SNS_URL."/twitter/redirect.php";
+ }
+ }
+ */
+ $access_token = get_session('access_token');
+ $access_oauth_token = isset($access_token['oauth_token']) ? $access_token['oauth_token'] : '';
+ $access_oauth_token_secret = isset($access_token['oauth_token_secret']) ? $access_token['oauth_token_secret'] : '';
+ $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, $access_oauth_token, $access_oauth_token_secret);
+ $content = $connection->get('account/verify_credentials');
+
+ switch ($connection->http_code) {
+ case 200:
+ $twitter_user = true;
+ $twitter_url = $connection->getAuthorizeURL($token);
+ break;
+ default :
+ $twitter_url = G5_SNS_URL."/twitter/redirect.php";
+ }
+ }
+
+ echo '';
+}
+//============================================================================
+?>
+
diff --git a/AvocadoEdition_Light/plugin/syndi/_common.php b/AvocadoEdition_Light/plugin/syndi/_common.php
index b3d9bbc..112b898 100644
--- a/AvocadoEdition_Light/plugin/syndi/_common.php
+++ b/AvocadoEdition_Light/plugin/syndi/_common.php
@@ -1 +1,2 @@
\n";
echo "\n";
echo "\n";
echo "\n";
-echo "";
\ No newline at end of file
+echo "";