install/update.php
@@ -42,7 +42,7 @@ include_once("/usr/local/ispconfig/server/lib/config.inc.php"); $conf_old = $conf; unset $conf; unset($conf); // Include the distribution specific installer class library // and configuration @@ -75,7 +75,7 @@ // Delete the old database exec("/etc/init.d/mysql stop"); exec("rm -rf /var/lib/mysql/".$conf["db_database"]); if($conf["mysql_server_database"] != '') exec("rm -rf /var/lib/mysql/".$conf["mysql_server_database"]); exec("/etc/init.d/mysql start"); // Create the mysql database