Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
po.t: fix expected results
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
passwordauth.pm
diff --git
a/IkiWiki/Plugin/passwordauth.pm
b/IkiWiki/Plugin/passwordauth.pm
index baddca0939031d883a564e2440a7c63f45722900..35ebd961f53e8da8e2a012d970f8d309d135a307 100644
(file)
--- a/
IkiWiki/Plugin/passwordauth.pm
+++ b/
IkiWiki/Plugin/passwordauth.pm
@@
-297,7
+297,7
@@
sub formbuilder (@) {
),
wikiurl => $config{url},
wikiname => $config{wikiname},
-
REMOTE_ADDR => $ENV{REMOTE_ADDR}
,
+
remote_addr => $session->remote_addr()
,
);
eval q{use Mail::Sendmail};