28 if ( $this->parent->request->wasPosted() && $this->getVar(
'_Environment' ) ) {
31 $this->parent->output->addWikiTextAsInterface(
wfMessage(
'config-welcome' )->plain() );
32 $status = $this->parent->doEnvironmentChecks();
34 $this->parent->output->addHTML(
'<span class="success-message">' .
35 wfMessage(
'config-env-good' )->escaped() .
'</span>' );
36 $this->parent->output->addWikiTextAsInterface(
37 wfMessage(
'config-welcome-section-copyright',
39 wfExpandUrl( $this->parent->getDocUrl(
'Copying' ) )
45 $this->parent->showStatusMessage(
$status );