do not output phpinfo()

This commit is contained in:
Uwe Steinmann 2013-02-13 21:08:15 +01:00
parent ef56d4e760
commit 620b92d15f

View File

@ -43,9 +43,9 @@ class LetoDMS_View_Info extends LetoDMS_Bootstrap_Style {
$this->contentContainerStart(); $this->contentContainerStart();
echo $version->banner(); echo $version->banner();
$this->contentContainerEnd(); $this->contentContainerEnd();
$this->contentContainerStart(); // $this->contentContainerStart();
phpinfo(); // phpinfo();
$this->contentContainerEnd(); // $this->contentContainerEnd();
$this->contentEnd(); $this->contentEnd();
$this->htmlEndPage(); $this->htmlEndPage();
} /* }}} */ } /* }}} */