comment out action => $q->request_uri setting, which is reporedly

unnecessary and doesn't work with old CGI.pm's (it's an undocumented
variable)
master
joey 2006-04-02 22:28:08 +00:00
parent c4e0e8c36c
commit 5cdcec9f49
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ sub cgi_signin ($$) { #{{{
required => 'NONE',
javascript => 0,
params => $q,
action => $q->request_uri,
# Why was this added?
#action => $q->request_uri,
header => 0,
template => (-e "$config{templatedir}/signin.tmpl" ?
"$config{templatedir}/signin.tmpl" : ""),