33 if ( $this->parent->request->wasPosted() && $this->getVar(
'_Environment' ) ) {
36 $this->parent->output->addWikiTextAsInterface(
wfMessage(
'config-welcome' )->plain() );
37 $status = $this->parent->doEnvironmentChecks();
38 if ( $status->isGood() ) {
39 $this->parent->showSuccess(
'config-env-good' );
40 $this->parent->output->addWikiTextAsInterface(
41 wfMessage(
'config-welcome-section-copyright',
42 SpecialVersion::getCopyrightAndAuthorList(),
43 $this->parent->getVar(
'wgServer' ) .
44 $this->parent->getDocUrl(
'Copying' )
50 $this->parent->showStatusMessage( $status );