From 6605e9255f7b23e490a10fe483b16ea18c3cce6d Mon Sep 17 00:00:00 2001 From: Karting06 Date: Wed, 30 Mar 2016 11:15:51 +0200 Subject: 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. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3