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();
|
$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();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user