opaque data comment
git-svn-id: svn://10.0.0.236/trunk@120748 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -13,7 +13,7 @@ my $req = new CGI::Request;
|
||||
|
||||
use vars qw{$value $data $tbox $testname $ua $ip $time};
|
||||
$value = $req->param('value');
|
||||
$data = $req->param('data');
|
||||
$data = $req->param('data'); # Opaque data, anything can go here.
|
||||
$tbox = $req->param('tbox'); $tbox =~ tr/A-Z/a-z/;
|
||||
$testname = $req->param('testname');
|
||||
$ua = $req->cgi->var("HTTP_USER_AGENT");
|
||||
|
||||
Reference in New Issue
Block a user