Esempio n. 1
0
 /**
  * Returns the IP address of the client connected to the
  * server. In case a proxy is used the method tries to find
  * the correct IP address.
  * 
  * @throws Exception
  * @deprecated Use instead always the provided request object
  * @return string
  */
 public static function getClientIPAddress()
 {
     return Customweb_Core_Http_ContextRequest::getClientIPAddress();
 }