Use WebRequest instead of $_SERVER in OutputPage.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 19 Jul 2012 16:35:25 +0000 (18:35 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 19 Jul 2012 16:46:39 +0000 (18:46 +0200)
commit643ba4f579a143f68027517b55c9270847337e2e
tree0be0000644d898e0425aee8b95708d8ab3373787
parentaeacaae2b2c09015acda3da0f2e32ff50520bc1c
Use WebRequest instead of $_SERVER in OutputPage.

Also moved debug string generation a bit lower so that
it's executed only when it will actually be used.

Change-Id: Ia01e7fb1dba1f2f55c156d3ac097acf2a68dca70
includes/OutputPage.php