config.php push 안되는 문제로 twitter/config.php 를 twitter/twitterconfig.php 로 파일명 변경

This commit is contained in:
gnuboard
2013-05-28 16:30:20 +09:00
parent 3c311fa669
commit 04810bb8f9
7 changed files with 16 additions and 6 deletions

View File

@ -49,7 +49,7 @@ if ($_POST['facebook_checked']) {
//----------------------------------------------------------------------------
if ($_POST['twitter_checked']) {
include_once(G4_SNS_PATH."/twitter/twitteroauth/twitteroauth.php");
include_once(G4_SNS_PATH."/twitter/config.php");
include_once(G4_SNS_PATH."/twitter/twitterconfig.php");
if ( !(empty($_SESSION['access_token']) || empty($_SESSION['access_token']['oauth_token']) || empty($_SESSION['access_token']['oauth_token_secret'])) ) {
$post = googl_short_url($comment_url).' '.$wr_content;