installer: Use getUrl() for CSS link in WebInstallerOutput
authorFomafix <fomafix@googlemail.com>
Mon, 29 Oct 2018 06:18:50 +0000 (07:18 +0100)
committerKrinkle <krinklemail@gmail.com>
Sun, 4 Nov 2018 21:00:00 +0000 (21:00 +0000)
commit0ac7404d38480980f72d0c4eaa29caa56c31ccc9
tree1473b330012c96900ebd4b9d87675fafea104249
parentf03d31af05dbe6acaad00bc76ff4aa02aee2f77f
installer: Use getUrl() for CSS link in WebInstallerOutput

This change changes the CSS URL in the stylesheet link from

  <link rel="stylesheet" href="/mediawiki/mw-config/index.php?css=1"/>

to

  <link rel="stylesheet" href="/mediawiki/mw-config/?css=1"/>

on the website /mediawiki/mw-config/.

Change-Id: Ib46c4d944df862cf928d3ebd050ff2d1e16ba6a5
includes/installer/WebInstallerOutput.php