Revert r91263 (fixing $wgScriptPath for cli installer). Completely breaks the web...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 8 Jul 2011 14:25:01 +0000 (14:25 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 8 Jul 2011 14:25:01 +0000 (14:25 +0000)
commitb267496b81b9ddb2b9c30ccbd152c1e20c8b138b
treee26755a79b0db069ff8bb3d75393c1f3118ecf62
parentab39749db573aceae4a31ae3c83f94c4c6f05e0c
Revert r91263 (fixing $wgScriptPath for cli installer). Completely breaks the web installer for two important reasons:
* $wgScriptPath always has a default value of '/wiki', so the getVar() check will always be true and skip the environment check
* Also began returning true in the SCRIPT_NAME which would mean $wgScriptPath never got set

Breakage spotted by LewisCawte on IRC, thanks!
CREDITS
includes/installer/Installer.php