From ee66ba0ada98b3c6464f5c44750f16806a77ad8a Mon Sep 17 00:00:00 2001 From: Denny Dai Date: Wed, 2 Dec 2015 17:17:48 +0800 Subject: [PATCH] fix minor problem --- config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 1fe6522..9b9e634 100644 --- a/config.php +++ b/config.php @@ -9,11 +9,11 @@ $TAGs = array('#','/','!'); //For Telegram-Bot -define('TB_TOKEN', 'YOU_TELEGRAM_BOT_TOKEN_HERE'); +define('TB_TOKEN', 'YOUR_TELEGRAM_BOT_TOKEN_HERE'); define('TB_API_URL', 'https://api.telegram.org/bot'.TB_TOKEN.'/'); //For plugins -define('PLUGIN_GITHUB_TOKEN', 'YOU_GITHUB_TOKEN_HERE'); +define('PLUGIN_GITHUB_TOKEN', 'YOUR_GITHUB_TOKEN_HERE'); //For Wechat-MP -define('WC_UserName', 'YOU_WECHAT_USERNAME_HERE'); +define('WC_UserName', 'YOUR_WECHAT_USERNAME_HERE');