* Move user-agent construction to its own method, so we're not writing the same strin...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 18 Nov 2008 22:48:03 +0000 (22:48 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 18 Nov 2008 22:48:03 +0000 (22:48 +0000)
commit380657edfce62adf4e9d2ece1219c46a9636d83f
tree2137d461f67c54b4f7b05c030c374ed8a183dd23
parent3a082494f9f5ce25e8395f252c98a6590a0173ef
* Move user-agent construction to its own method, so we're not writing the same string in two places (and provides a reliable way for getting MW's standard user-agent)
* Mark visibility, they're all public anyway
includes/HttpFunctions.php