CGI: document why commenter and recentchanges_link are supported

master
Simon McVittie 2009-01-31 15:05:17 +00:00
parent a981d6857f
commit 5ce3a01300
1 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,8 @@ sub cgi (;$$) {
}
}
# goto is the preferred name for this; recentchanges_link and
# commenter are for compatibility with any saved URLs
if ($do eq 'goto' || $do eq 'recentchanges_link' ||
$do eq 'commenter') {
cgi_goto($q);