32 $lsUrl = $this->
getVar(
'wgServer' ) . $this->parent->getUrl( [
'localsettings' => 1 ] );
33 $this->parent->request->response()->header(
"Refresh: 0;url=$lsUrl" );
35 $this->parent->disableLinkPopups();
36 $location = $this->parent->getLocalSettingsLocation();
37 $msg =
'config-install-done';
38 if ( $location !==
false ) {
43 $this->parent->getInfoBox(
46 $this->
getVar(
'wgServer' ) .
47 $this->
getVar(
'wgScriptPath' ) .
'/index.php',
50 )->parse() ),
'tick-32.png'
53 $this->
addHTML( $this->parent->getInfoBox(
54 wfMessage(
'config-extension-link' )->plain() ) );
56 $this->parent->restoreLinkPopups();