예제 #1
0
파일: GWF_LogIP.php 프로젝트: sinfocol/gwf3
 /**
  * Hash the useragent roughly.
  * @return string
  */
 public static function getUAHash()
 {
     return strtoupper(substr(md5(GWF_IP6::getUserAgent()), 0, self::UA_HASH_LEN));
 }