ftimme
2013-06-08 fe9a23f542bc56c1c0b6dc30257418e38ff7bd3a
server/server.php
@@ -193,8 +193,8 @@
   $app->uses('modules,plugins,file,services');
   // Load the modules that are im the mods-core folder
   $app->modules->loadModules('core');
   // Load the plugins that are in the plugins-core folder
   $app->plugins->loadPlugins('core');
   // Load the plugins that are in the f folder
   //$app->plugins->loadPlugins('core');
}