mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
also convert number of lines to an int for Syslog NG
This commit is contained in:
@@ -30,7 +30,7 @@ print "Refresh: $config{'refresh'}\r\n"
|
||||
if ($config{'refresh'});
|
||||
&ui_print_header("<tt>".($file || $cmd)."</tt>", $text{'view_title'}, "");
|
||||
|
||||
$lines = $in{'lines'} ? int($in{'lines'}) : $config{'lines'};
|
||||
$lines = $in{'lines'} ? int($in{'lines'}) : int($config{'lines'});
|
||||
$filter = $in{'filter'} ? quotemeta($in{'filter'}) : "";
|
||||
|
||||
&filter_form();
|
||||
|
||||
Reference in New Issue
Block a user