Bug 506: use $_SERVER[] instead of getenv() because the latter doesn't work
authorWil Mahan <wmahan@users.mediawiki.org>
Mon, 20 Sep 2004 21:53:21 +0000 (21:53 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Mon, 20 Sep 2004 21:53:21 +0000 (21:53 +0000)
commitb4465740116e6ae216fbffc61f8a6c10801ca8ee
treec7aa50bae5f286f5460abf2aae159c4eb4070707
parent9e1cd2016a22b6e7ff9dff43138149708eb70af1
Bug 506: use $_SERVER[] instead of getenv() because the latter doesn't work
on IIS in ISAPI mode.
LocalSettings.sample
includes/DefaultSettings.php
includes/Setup.php