Allow setup of telegram api

This commit is contained in:
Yiğit Kerem Oktay 2020-08-16 23:35:15 +03:00 committed by GitHub
parent 0271ca87cf
commit d9e7922019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ define("MINIMUM_PHP_VERSION", "5.4.0");
define("POLICY_URL", "policy.php"); //Default policy URL
define("CUSTOM_LOGO_URL","");
define("COPYRIGHT_TEXT","");
define('SUBSCRIBE_EMAIL', false);
define('SUBSCRIBE_TELEGRAM', false);
//define('SUBSCRIBE_EMAIL', false);
//define('SUBSCRIBE_TELEGRAM', false);
require_once("classes/locale-negotiator.php");
require_once("classes/db-class.php");