Пример #1
0
 /**
  * @return string
  */
 public function ServiceInfo()
 {
     if ($this->oActions->IsAdminLoggined(false)) {
         @\header('Content-Type: text/html; charset=utf-8');
         \phpinfo();
     }
 }