19 if ( $this->parent->request->wasPosted() && $this->getVar(
'_Environment' ) ) {
22 $this->parent->output->addWikiTextAsInterface(
wfMessage(
'config-welcome' )->plain() );
23 $status = $this->parent->doEnvironmentChecks();
24 if ( $status->isGood() ) {
25 $this->parent->showSuccess(
'config-env-good' );
26 $this->parent->output->addWikiTextAsInterface(
27 wfMessage(
'config-welcome-section-copyright',
28 SpecialVersion::getCopyrightAndAuthorList(),
29 $this->parent->getVar(
'wgServer' ) .
30 $this->parent->getDocUrl(
'Copying' )
36 $this->parent->showStatusMessage( $status );