--- misc/scripts/cgi/taillog.cgi 2001/03/09 00:22:30 1.1 +++ misc/scripts/cgi/taillog.cgi 2001/05/13 00:01:54 1.3 @@ -23,7 +23,7 @@ if (!defined $n) { $n = 50; } -unless ($n =~ /^[0-9]{1,4}$/) { +unless ($n =~ /^[0-9]{1,6}$/) { $n = 50; } @@ -52,7 +52,7 @@ text="#000066">
-Last lines +Last lines of the server logfile. | grep @@ -88,7 +88,7 @@ sub HTML_encode ($){ $encoded =~ s//>/g; $encoded =~ s/^(.{0})(.*core\.loggers\..*: started)$/
$2/; - $encoded =~ s/(.*)] (.*)}:(.*)/$1] $2<\/i>:$3<\/b>/; + $encoded =~ s/(.*)] (.*)}:(.*)/$1] $2}<\/i>:$3<\/b>/; return $encoded; }