From bc92eea65102646af0ec9fe634bb8b6d6042dc8b Mon Sep 17 00:00:00 2001 From: jhuesser Date: Thu, 7 Jun 2018 10:33:59 +0200 Subject: [PATCH] added tg values to config file --- config.php.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.php.template b/config.php.template index 0e571ab..70436cf 100644 --- a/config.php.template +++ b/config.php.template @@ -13,6 +13,8 @@ define("POLICY_MAIL", "##policy_mail##"); //contact email in policy define("POLICY_PHONE", "##policy_phone##"); define("WHO_WE_ARE","##who_we_are##"); define("POLICY_URL","##policy_url##"); +define("TG_BOT_API_TOKEN", "##tg_bot_token##"); //Telegram Bot Token +define("TG_BOT_USERNAME", "##tg_bot_username##"); //Telegram Bot username define("INSTALL_OVERRIDE", false); define("DEFAULT_LANGUAGE", "en_GB");