Пример #1
0
 public function indexAction()
 {
     // $this->view->disable();
     $userAgent = $this->request->getUserAgent();
     $ipaddress = $this->request->getClientAddress(true);
     echo 'Browser: ' . UtilityHelper::getBrowserInfo($userAgent) . '<br />';
     echo 'OS: ' . UtilityHelper::getOSInfo($userAgent) . '<br />';
     echo 'IPAddress: ' . $ipaddress;
 }