diff options
author | Karting06 <info@vanweereld.be> | 2016-03-30 11:15:51 +0200 |
---|---|---|
committer | Karting06 <info@vanweereld.be> | 2016-03-30 11:15:51 +0200 |
commit | 6605e9255f7b23e490a10fe483b16ea18c3cce6d (patch) | |
tree | bdf1604d0543b45ad8bde49c1f4f04e6c3e73b39 /install.php | |
parent | 750eef26376a515e9d5ff3ab5f3337f8b58b4345 (diff) |
Update install.php
ISPConfig has been updated to 3.0.5.4p9.
I updated your install.php, so that it also works on the new version. I have tested succesfully tested it on my server.
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; } |