opaque data comment

git-svn-id: svn://10.0.0.236/trunk@120748 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
2002-05-03 23:37:38 +00:00
parent 761e7e7761
commit 24bde16cc1

View File

@@ -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");