summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/CGI.pl b/CGI.pl
index 1b22a07e4..84c54ad6d 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -904,4 +904,7 @@ 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;
+
1;