getVar( 'wgServer' ) . $this->parent->getUrl( [ 'localsettings' => 1 ] ); $this->parent->request->response()->header( "Refresh: 0;url=$lsUrl" ); $this->startForm(); $this->parent->disableLinkPopups(); $location = $this->parent->getLocalSettingsLocation(); $msg = 'config-install-done'; if ( $location !== false ) { // config-install-done-path $msg .= '-path'; } $this->addHTML( $this->parent->getInfoBox( new HtmlArmor( wfMessage( $msg, $lsUrl, $this->getVar( 'wgServer' ) . $this->getVar( 'wgScriptPath' ) . '/index.php', Message::rawParam( $this->parent->makeDownloadLinkHtml() ), $location ?: '' )->parse() ), 'tick-32.png' ) ); $this->addHTML( $this->parent->getInfoBox( wfMessage( 'config-extension-link' )->plain() ) ); $this->parent->restoreLinkPopups(); $this->endForm( false, false ); return ''; } }