Skip to content

Commit 61a4348

Browse files
author
Till Brehm
committed
Disable mongodb plugin for 3.1 release.
1 parent 5929a3e commit 61a4348

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

server/plugins-available/mongo_clientdb_plugin.inc.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,14 @@ class mongo_clientdb_plugin {
5252
function onInstall() {
5353
global $conf;
5454

55-
if($conf['services']['db'] == true && class_exists('MongoClient')) {
55+
/*if($conf['services']['db'] == true && class_exists('MongoClient')) {
5656
return true;
5757
} else {
5858
return false;
59-
}
59+
}*/
60+
61+
// Disable mongodb plugin in ISPConfig 3.1
62+
return false;
6063
}
6164

6265

0 commit comments

Comments
 (0)