mcramer
2013-07-08 c3c49fe822e7e333fac4a10e7cca9f46debc6819
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');
}