]> sipb.mit.edu Git - ikiwiki.git/commit
cgiurl(): return a locally-valid path by default
authorSimon McVittie <smcv@debian.org>
Mon, 22 Nov 2010 23:20:32 +0000 (23:20 +0000)
committerSimon McVittie <smcv@debian.org>
Mon, 22 Nov 2010 23:47:04 +0000 (23:47 +0000)
commit6be4e6d1a501fa10d7894ff46b4a812cddb26d49
tree1e4a3f8263d1d0f2459df51dac1fc06ab0db95a9
parent200c599dcaeb4dde77564b84022b67bf71cd6bfa
cgiurl(): return a locally-valid path by default

To get an absolute version you can use cgiurl(cgiurl => $config{cgiurl}).
The only place in IkiWiki that seems to actually need an absolute URL
is the openid plugin, and that already uses the named parameter.
IkiWiki.pm