diff --git a/.gitignore b/.gitignore index 132ef02f0..6429cb325 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .htaccess data -config.php test sirgle sr_* diff --git a/config.php b/config.php index 67c8e511c..eb8e86cc3 100644 --- a/config.php +++ b/config.php @@ -121,15 +121,6 @@ define('G4_SPECIAL', 64); // 특수문자 define('G4_MOBILE_AGENT', 'phone|samsung|lgtel|mobile|skt|nokia|blackberry|android|sony'); -/******************** - SNS 상수 -********************/ - -define('G4_FACEBOOK_APPID', '119146498278078'); -define('G4_FACEBOOK_SECRET', '311e0d6ff8ff43cfe0e75fe82d71777c'); -define('G4_FACEBOOK_CALLBACK', G4_SNS_URL.'/facebook/callback.php'); - - /******************** 기타 상수 ********************/