aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Alouit <alexandre.alouit@gmail.com>2016-03-30 11:41:03 +0200
committerAlexandre Alouit <alexandre.alouit@gmail.com>2016-03-30 11:41:03 +0200
commit91650f0768aa18717bf9b79836bed2af8898366f (patch)
treebdf1604d0543b45ad8bde49c1f4f04e6c3e73b39
parent750eef26376a515e9d5ff3ab5f3337f8b58b4345 (diff)
parent6605e9255f7b23e490a10fe483b16ea18c3cce6d (diff)
Merge pull request #45 from Karting06/patch-1HEADISPConfig-3.0.5.4p8
Update install.php (check version)
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index d066621..c4f3035 100644
--- a/install.php
+++ b/install.php
@@ -38,7 +38,7 @@ if(!file_exists("/usr/local/ispconfig/server/lib/config.inc.php") OR !file_exist
require_once "/usr/local/ispconfig/server/lib/config.inc.php";
require_once "/usr/local/ispconfig/server/lib/mysql_clientdb.conf";
-if($conf["app_version"] != "3.0.5.4p8") {
+if($conf["app_version"] != "3.0.5.4p8" && $conf['app_version'] != "3.0.5.4p9") {
echo "ERROR: This version is unsupported.\n";
exit;
}