From d9e7922019460c7623c945500de1d965062a6514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Sun, 16 Aug 2020 23:35:15 +0300 Subject: [PATCH] Allow setup of telegram api --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index 8417901..6305a6c 100644 --- a/install.php +++ b/install.php @@ -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");