tbrehm
2012-08-14 d87f76019fc231ec20d95126a7fee0487e7be5f0
server/server.php
@@ -42,7 +42,9 @@
 */
if ($app->dbmaster->connect_error == NULL) {
   $server_db_record = $app->dbmaster->queryOneRecord("SELECT * FROM server WHERE server_id = " . $conf['server_id']);
   if(!is_array($server_db_record)) die('Unable to load the server configuration from database.');
   $conf['last_datalog_id'] = (int) $server_db_record['updated'];
   $conf['mirror_server_id'] = (int) $server_db_record['mirror_server_id'];
@@ -146,7 +148,7 @@
   unset($tmp_rec);
   
   //** Load required base-classes
   $app->uses('modules,plugins,file,services');
   $app->uses('modules,plugins,file,services,system');
   //** Load the modules that are in the mods-enabled folder
   $app->modules->loadModules('all');
   //** Load the plugins that are in the plugins-enabled folder