ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/cgi/taillog.cgi
(Generate patch)

Comparing misc/scripts/cgi/taillog.cgi (file contents):
Revision 1.3 by tdb, Sun May 13 00:01:54 2001 UTC vs.
Revision 1.6 by tdb, Sun Aug 1 10:39:51 2004 UTC

# Line 12 | Line 12 | if (defined $grep) {
12          $grepStr = "";
13      }
14      else {
15 <        $grepStr = " | grep $grep";
15 >        if ($grep =~ /^[a-zA-Z_\-0-9\.\/]+$/) {
16 >            $grepStr = " | grep $grep";
17 >        }
18 >        else {
19 >            $grepStr = "";
20 >        }
21      }
22   }
23   else {
# Line 48 | Line 53 | system, unix, linux, nt, server, alert">
53   <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc"
54   text="#000066">
55  
56 < <a href="http://www.i-scream.org.uk"><img border="0" src="/i-scream.gif"></a>
56 > <a href="http://www.i-scream.org"><img border="0" src="/i-scream.gif"></a>
57  
58   <form method="GET" action="taillog.cgi">
59   <font size="+1"><b>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines