We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5929a3e commit 61a4348Copy full SHA for 61a4348
server/plugins-available/mongo_clientdb_plugin.inc.php
@@ -52,11 +52,14 @@ class mongo_clientdb_plugin {
52
function onInstall() {
53
global $conf;
54
55
- if($conf['services']['db'] == true && class_exists('MongoClient')) {
+ /*if($conf['services']['db'] == true && class_exists('MongoClient')) {
56
return true;
57
} else {
58
return false;
59
- }
+ }*/
60
+
61
+ // Disable mongodb plugin in ISPConfig 3.1
62
+ return false;
63
}
64
65
0 commit comments