mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
do not output phpinfo()
This commit is contained in:
parent
ef56d4e760
commit
620b92d15f
|
@ -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();
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user