Remove phpinfo()

This commit is contained in:
djmaze 2020-05-07 09:24:02 +02:00
parent 3d9b3334ee
commit 7b03ae5ed8
6 changed files with 1 additions and 44 deletions

View file

@ -753,17 +753,6 @@ class ServiceActions
return 'Pong';
}
public function ServiceInfo() : string
{
$this->oHttp->ServerNoCache();
if ($this->oActions->IsAdminLoggined(false))
{
\header('Content-Type: text/html; charset=utf-8');
\phpinfo();
}
}
public function ServiceSso() : string
{
$this->oHttp->ServerNoCache();