diff --git a/views/bootstrap/class.Info.php b/views/bootstrap/class.Info.php index 9cfc62f9d..de9bbeeb4 100644 --- a/views/bootstrap/class.Info.php +++ b/views/bootstrap/class.Info.php @@ -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(); } /* }}} */