redray
2013-03-29 be88ff5e310c64c9ebcb91e6aea6284db89e66e3
server/server.php
@@ -196,8 +196,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');
}