Till Brehm
2015-05-07 42f0c93c2aeb981c3b9ee98bb484ffefc5ac9c1d
server/server.php
@@ -31,6 +31,8 @@
require SCRIPT_PATH."/lib/config.inc.php";
require SCRIPT_PATH."/lib/app.inc.php";
$app->setCaller('server');
set_time_limit(0);
ini_set('error_reporting', E_ALL & ~E_NOTICE);
@@ -172,6 +174,9 @@
   $app->modules->loadModules('all');
   //** Load the plugins that are in the plugins-enabled folder
   $app->plugins->loadPlugins('all');
   $app->plugins->raiseAction('server_plugins_loaded', '');
   if ($tmp_num_records > 0) {
      $app->log("Found $tmp_num_records changes, starting update process.", LOGLEVEL_DEBUG);
      //** Go through the sys_datalog table and call the processing functions