From 620b92d15f1dd878b1a01a5bfa50d025b8ce537d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 13 Feb 2013 21:08:15 +0100 Subject: [PATCH] do not output phpinfo() --- views/bootstrap/class.Info.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); } /* }}} */