]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
stop using REMOTE_ADDR
authorJoey Hess <joey@kitenet.net>
Wed, 23 Jun 2010 20:32:20 +0000 (16:32 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 23 Jun 2010 20:35:51 +0000 (16:35 -0400)
Everywhere that REMOTE_ADDR was used, a session object is available, so
instead use its remote_addr method.

In IkiWiki::Receive, stop setting a dummy REMOTE_ADDR.

Note that it's possible for a session cookie to be obtained using one IP
address, and then used from another IP. In this case, the first IP will now
be used. I think that should be ok.


No differences found