ftimme
2013-03-20 f038bb5ae8eedd72467452331b109d32bf5cac2a
- Fixed FS#2819 - function showIPTables() = Missing Period in output.
1 files modified
2 ■■■ changed files
interface/lib/classes/tools_monitor.inc.php 2 ●●● patch | view | raw | blame | history
interface/lib/classes/tools_monitor.inc.php
@@ -465,7 +465,7 @@
                $html .= '<p>Problem, there are no rules listed for the server</p>';
            }
            else {
                $html = nl2br($data['output']);
                $html .= nl2br($data['output']);
            }
            $html .= '</div></div>';
        } else {