Florian Schaal
2016-04-22 e7ae4ef2c82ec1d22fec6ae4f0dbdc8e6afd73e9
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();