Marius Cramer
2013-10-14 1139530fbf3fb0fdce1bf5cfee311cd6f0fbf816
interface/web/monitor/show_data.php
@@ -131,13 +131,6 @@
        $title = $app->lng("monitor_title_fail2ban_txt") . ' (' . $monTransSrv . ' : ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'mongodb':
        $template = 'templates/show_data.htm';
        $output .= $app->tools_monitor->showMongoDB();
        $time = $app->tools_monitor->getDataTime('log_mongodb');
        $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();