diff options
author | Alexandre Alouit <alexandre.alouit@gmail.com> | 2016-03-30 11:41:03 +0200 |
---|---|---|
committer | Alexandre Alouit <alexandre.alouit@gmail.com> | 2016-03-30 11:41:03 +0200 |
commit | 91650f0768aa18717bf9b79836bed2af8898366f (patch) | |
tree | bdf1604d0543b45ad8bde49c1f4f04e6c3e73b39 /install.php | |
parent | 750eef26376a515e9d5ff3ab5f3337f8b58b4345 (diff) | |
parent | 6605e9255f7b23e490a10fe483b16ea18c3cce6d (diff) |
Merge pull request #45 from Karting06/patch-1HEADISPConfig-3.0.5.4p8
Update install.php
(check version)
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
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; } |