Changeset 2879

Show
Ignore:
Timestamp:
01/14/12 12:22:02 (4 months ago)
Author:
paparazzia
Message:

see #664

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/phpcommon/functions.php

    r2878 r2879  
    19981998    if (isset($_SERVER["HTTP_VLM_PROXY_AGENT"])) { 
    19991999        $ua = $_SERVER["HTTP_VLM_PROXY_AGENT"]." ".$_SERVER["HTTP_USER_AGENT"]; 
    2000     } else if(isset($_SERVER['HTTP_USER_AGENT'])) { 
     2000    } elseif(isset($_SERVER['HTTP_USER_AGENT'])) { 
    20012001        $ua = $_SERVER["HTTP_USER_AGENT"]; 
    20022002    } else {