summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/CGI.pl b/CGI.pl
index 94e727f08..bb271cf94 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -421,10 +421,6 @@ foreach my $name ($::cgi->param()) {
$::buffer = $::cgi->query_string();
-foreach my $name ($::cgi->cookie()) {
- $::COOKIE{$name} = $::cgi->cookie($name);
-}
-
# This could be needed in any CGI, so we set it here.
$vars->{'help'} = $::cgi->param('help') ? 1 : 0;