tbrehm
2009-03-12 b28db4111a699f1e736b4a96ff8a4cfb9b2cc096
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");