From bc752ff2c329d5fc4db28182b6428cb4163df524 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 27 Oct 2017 12:54:14 -0400 Subject: [PATCH] Don't show anonymous usage checkbox for now Not ready to go yet --- install/index.php | 25 ++++++++++++++++++++++--- install/uninstall.php | 4 ++-- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/install/index.php b/install/index.php index 39832858..1d826028 100644 --- a/install/index.php +++ b/install/index.php @@ -107,12 +107,12 @@ if (HESK_NEW_VERSION != $hesk_settings['hesk_version']) {

Let's get started.

By continuing, you agree to the terms of the MIT License.

-
+
@@ -181,5 +181,24 @@ if (HESK_NEW_VERSION != $hesk_settings['hesk_version']) { + \ No newline at end of file diff --git a/install/uninstall.php b/install/uninstall.php index 340f4b32..ca26414b 100644 --- a/install/uninstall.php +++ b/install/uninstall.php @@ -88,12 +88,12 @@ if (hesk_dbNumRows($tableSql) > 0) {