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

@ -48,7 +48,7 @@ if (!$board['bo_use_sns']) return;
//----------------------------------------------------------------------------
if ($config['cf_twitter_key']) {
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");
$twitter_user = false;
if (empty($_SESSION['access_token']) || empty($_SESSION['access_token']['oauth_token']) || empty($_SESSION['access_token']['oauth_token_secret'])) {