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

@ -0,0 +1,10 @@
<?php
/**
* @file
* A single location to store configuration.
*/
define('CONSUMER_KEY', $config['cf_twitter_key']);
define('CONSUMER_SECRET', $config['cf_twitter_secret']);
//define('OAUTH_CALLBACK', G4_SNS_URL.'/twitter/callback.php');
define('OAUTH_CALLBACK', '');