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 ++--
server/lib/classes/plugins.inc.php | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/server/lib/classes/plugins.inc.php b/server/lib/classes/plugins.inc.php
index afef438..d13317e 100644
--- a/server/lib/classes/plugins.inc.php
+++ b/server/lib/classes/plugins.inc.php
@@ -43,7 +43,7 @@
global $app,$conf;
$subPath = 'plugins-enabled';
- if ($type == 'core') $subPath = 'plugins-core';
+ //if ($type == 'core') $subPath = 'plugins-core';
$plugins_dir = $conf['rootpath'].$conf['fs_div'].$subPath.$conf['fs_div'];
$tmp_plugins = array();
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