22 class WebInstallerComplete
extends WebInstallerPage {
27 $lsUrl = $this->getVar(
'wgServer' ) . $this->parent->getUrl( [
'localsettings' => 1 ] );
28 if ( isset( $_SERVER[
'HTTP_USER_AGENT'] ) &&
29 strpos( $_SERVER[
'HTTP_USER_AGENT'],
'MSIE' ) !==
false
32 $this->addHTML(
"\n<script>jQuery( function () { location.href = " .
35 $this->parent->request->response()->header(
"Refresh: 0;url=$lsUrl" );
39 $this->parent->disableLinkPopups();
40 $location = $this->parent->getLocalSettingsLocation();
41 $msg =
'config-install-done';
42 if ( $location !==
false ) {
47 $this->parent->getInfoBox(
50 $this->getVar(
'wgServer' ) .
51 $this->getVar(
'wgScriptPath' ) .
'/index.php',
54 )->
plain(),
'tick-32.png'
57 $this->addHTML( $this->parent->getInfoBox(
60 $this->parent->restoreLinkPopups();
61 $this->endForm(
false,
false );