* Always add the hostname in wfDebugLog(), whatever $wgShowHostnames is, since that...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 2 Feb 2012 16:35:02 +0000 (16:35 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 2 Feb 2012 16:35:02 +0000 (16:35 +0000)
commitb6e7b2d9fde9784c52b02cfa19960756a4afa314
tree63abdd41cad6b1258d5d49b1f3759e1307e78caf
parent2d3862484c7e5f1424a5151022ee07f19bd1628a
* Always add the hostname in wfDebugLog(), whatever $wgShowHostnames is, since that setting is for user display, not internal stuff
* Use wfHostname() and wfWikiId() instead of executing "hostname" command and $wgDBname respectively for consistency
includes/GlobalFunctions.php