tbrehm
2008-05-16 5f7eea1c078cd4319bd95d23de6ab42f396548b2
server/server.php
@@ -76,7 +76,7 @@
   $app->log("Found $tmp_num_records changes, starting update process.",LOGLEVEL_DEBUG);
   
   // Load required base-classes
   $app->uses('ini_parser,modules,plugins');
   $app->uses('ini_parser,modules,plugins,file,services');
   
   
   // Get server configuration
@@ -99,8 +99,15 @@
    in the modules that are hooked on to the table actions
   */
   $app->modules->processDatalog();
   /*
    Restart services that need to be restarted after configuration
   */
   $app->services->processDelayedActions();
} else {
   $app->log('Nothing to Update.',LOGLEVEL_DEBUG);
   $app->log('No Updated records found.',LOGLEVEL_DEBUG);
}
/*
@@ -109,5 +116,5 @@
$app->log("Remove Lock: ".$conf["temppath"].$conf["fs_div"].".ispconfig_lock",LOGLEVEL_DEBUG);
*/
die('finished.');
die("finished.\n");
?>