From 8cad78372e31c0f9c06be4654fbf59d85ef11f0e Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 22 Apr 2016 03:41:19 -0400
Subject: [PATCH] Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1

---
 interface/web/monitor/show_data.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/interface/web/monitor/show_data.php b/interface/web/monitor/show_data.php
index f6940cf..80f246e 100644
--- a/interface/web/monitor/show_data.php
+++ b/interface/web/monitor/show_data.php
@@ -138,6 +138,7 @@
 	$description = '';
 	$add_padding = true;
 	break;
+/*
 case 'mongodb':
 	$template = 'templates/show_data.htm';
 	$output .= $app->tools_monitor->showMongoDB();
@@ -145,6 +146,7 @@
 	$title = $app->lng("monitor_title_mongodb_txt") . ' (' . $monTransSrv . ' : ' . $_SESSION['monitor']['server_name'] . ')';
 	$description = '';
 	break;
+*/
 case 'iptables':
 	$template = 'templates/show_data.htm';
 	$output .= $app->tools_monitor->showIPTables();

--
Gitblit v1.9.1