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();
echo $version->banner();
$this->contentContainerEnd();
$this->contentContainerStart();
phpinfo();
$this->contentContainerEnd();
// $this->contentContainerStart();
// phpinfo();
// $this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */