From 843632bfe701f53f65ef51acef0fe7459b120849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Mon, 17 Aug 2020 13:00:03 +0300 Subject: [PATCH] Add telegram api to the setup --- install.php | 48 ++++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/install.php b/install.php index 5c9cb52..60e7552 100644 --- a/install.php +++ b/install.php @@ -1,4 +1,4 @@ -setSetting($mysqli,"dbConfigVersion","Version2Beta7"); $db->setSetting($mysqli,"notifyUpdates","yes"); @@ -172,8 +175,8 @@ Template::render_header(_("Install")); // Check if PHP version if > MINIMUM_PHP_VERSION if (strnatcmp(phpversion(), MINIMUM_PHP_VERSION) >= 0) { $preq_phpver = $preq_ok; } - // Test for mysqlnd precense. The mysqlnd driver provides some extra functions that is not available - // if the plain mysql package is installed, and mysqli_get_client_stats is one of them. This is documented + // Test for mysqlnd precense. The mysqlnd driver provides some extra functions that is not available + // if the plain mysql package is installed, and mysqli_get_client_stats is one of them. This is documented // on the PHP site at http://www.php.net/manual/en/mysqlnd.stats.php // This test is also discussed at https://stackoverflow.com/questions/1475701/how-to-know-if-mysqlnd-is-the-active-driver if ( function_exists('mysqli_get_client_stats') ) { $preq_mysqlnd = $preq_ok; } @@ -206,8 +209,8 @@ if (!empty($message)) { ?>

- @@ -244,6 +247,15 @@ if (!empty($message))
" class="form-control" required>
+
+

+ + +
+
" class="form-control">
+
" class="form-control">
+
+