From 352506f2819d1e6dfdb5f3b929cf63bd803acb05 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 20 Mar 2013 10:09:41 -0400
Subject: [PATCH] Removed plugin-core functions.
---
server/server.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/server.php b/server/server.php
index 6a6d0de..d728283 100644
--- a/server/server.php
+++ b/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');
}
--
Gitblit v1.9.1