tbrehm
2009-03-10 43692c2f1359e8ebf255b315f59afc5819e881df
fixed displayed data in fail2ban log view.
1 files modified
2 ■■■ changed files
interface/web/monitor/show_data.php 2 ●●● patch | view | raw | blame | history
interface/web/monitor/show_data.php
@@ -113,7 +113,7 @@
    case 'fail2ban':
        $template = 'templates/show_data.htm';
        $output .= showFail2ban();
        $time = getDataTime('fail2ban');
        $time = getDataTime('log_fail2ban');
        $title = 'fail2ban - Log (' . $monTransSrv . ' : ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;