server/server.php
@@ -32,6 +32,7 @@ require("lib/app.inc.php"); set_time_limit(0); ini_set('error_reporting','E_ALL & ~E_NOTICE'); // make sure server_id is always an int $conf["server_id"] = intval($conf["server_id"]); @@ -113,7 +114,8 @@ $app->plugins->loadPlugins('core'); } } else { $app->log("Unable to connect to master server.",LOGLEVEL_WARN $app->log("Unable to connect to master server.",LOGLEVEL_WARN); } // Remove lock @unlink($conf["temppath"].$conf["fs_div"].".ispconfig_lock");