Changeset 2877
- Timestamp:
- 01/14/12 12:06:50 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/phpcommon/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/phpcommon/functions.php
r2832 r2877 1997 1997 if (isset($_SERVER["HTTP_VLM_PROXY_AGENT"])) { 1998 1998 $ua = $_SERVER["HTTP_VLM_PROXY_AGENT"]." ".$_SERVER["HTTP_USER_AGENT"]; 1999 } else if(isset($_SERVER['HTTP_USER_AGENT'])) { 2000 $ua = $_SERVER["HTTP_USER_AGENT"]; 1999 2001 } else { 2000 $ua = $_SERVER["HTTP_USER_AGENT"];2002 $ua = "VlmEngine"; 2001 2003 } 2002 2004 $idusers = is_null($idusers) ? -1 : $idusers;
