Merged retrieval of request URL and header from WebRequest and Setup.php to avoid...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 19 Feb 2011 13:09:17 +0000 (13:09 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 19 Feb 2011 13:09:17 +0000 (13:09 +0000)
commit8e7741c77d98dc5e02f1689ae473701c31f8891d
treeacffe3a1ee9c4e1b654099fa6062e0cf1e8700f6
parenta9b91a9336245b615a3c5ec50b367af9c3a56efd
Merged retrieval of request URL and header from WebRequest and Setup.php to avoid duplicate code and reduced the number of wfDebug() calls in Setup.php.
The only side effect is that headers name are in uppercase in the debug log.
includes/Setup.php
includes/WebRequest.php