diff --git a/install/index.php b/install/index.php index 2d4f7a38..39832858 100644 --- a/install/index.php +++ b/install/index.php @@ -58,6 +58,11 @@ if (hesk_dbNumRows($tableSql) > 0) { } } } + +$installMismatch = false; +if (HESK_NEW_VERSION != $hesk_settings['hesk_version']) { + $installMismatch = true; +} ?> @@ -85,9 +90,19 @@ if (hesk_dbNumRows($tableSql) > 0) {
- + +
+

You need to be running HESK 2.7.3 to install Mods for HESK. You currently have HESK .

+
+

Let's get started.

By continuing, you agree to the terms of the @@ -161,6 +176,7 @@ if (hesk_dbNumRows($tableSql) > 0) {

Next   
+