summaryrefslogtreecommitdiffstats
path: root/httpd
diff options
context:
space:
mode:
Diffstat (limited to 'httpd')
-rwxr-xr-xhttpd/cgi-bin/check2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index ae70978..27e613b 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -2815,7 +2815,7 @@ sub prepCGI
if ($q->http('Accept-Language'));
$q->param('accept-charset', $q->http('Accept-Charset'))
if ($q->http('Accept-Charset'));
- print redirect &self_url_q($q, $File);
+ print redirect(-uri => &self_url_q($q, $File), -vary => 'Referer');
exit;
}
else {