CGI: add cgi_goto(CGI, [page])
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sat, 31 Jan 2009 14:36:23 +0000 (14:36 +0000)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sat, 31 Jan 2009 14:36:23 +0000 (14:36 +0000)
commitc2dafcb4e5e8c9f654c0ad5719607366cf84b75a
tree1a0d3aea683b05079274bff130e6005eac0aa4d4
parent013a5e4ca74108bf9206be25d3ffdad985ce266f
CGI: add cgi_goto(CGI, [page])

This redirects to the given page (or if none is given, the page parameter
given to the CGI), or displays an error with a create link if the page
doesn't exist.
IkiWiki/CGI.pm