projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01334b
)
Use local path for even more CGI URLs
author
Simon McVittie
<smcv@debian.org>
Tue, 23 Nov 2010 23:12:21 +0000
(23:12 +0000)
committer
Simon McVittie
<smcv@debian.org>
Tue, 23 Nov 2010 23:12:21 +0000
(23:12 +0000)
IkiWiki/CGI.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/CGI.pm
b/IkiWiki/CGI.pm
index ed6959f89d7202ac0ea408ed838b0578c2b148ed..e0bfda9ae06d9685a4e4eaed5f8557963560c652 100644
(file)
--- a/
IkiWiki/CGI.pm
+++ b/
IkiWiki/CGI.pm
@@
-116,7
+116,7
@@
sub cgi_signin ($$;$) {
required => 'NONE',
javascript => 0,
params => $q,
- action =>
$config{cgiurl}
,
+ action =>
cgiurl()
,
header => 0,
template => {type => 'div'},
stylesheet => 1,
@@
-198,7
+198,7
@@
sub cgi_prefs ($$) {
required => 'NONE',
javascript => 0,
params => $q,
- action =>
$config{cgiurl}
,
+ action =>
cgiurl()
,
template => {type => 'div'},
stylesheet => 1,
fieldsets => [