comparison program/lib/Roundcube/rcube_browser.php @ 15:85a746e95663

slowly working through deprecations/warnings from 8.3
author Charlie Root
date Sat, 20 Sep 2025 12:16:50 -0400
parents 4681f974d28b
children
comparison
equal deleted inserted replaced
14:abddb304201f 15:85a746e95663
21 * 21 *
22 * @package Framework 22 * @package Framework
23 * @subpackage Utils 23 * @subpackage Utils
24 */ 24 */
25 class rcube_browser 25 class rcube_browser
26 { 26 {
27 //
28 public $ver;
29 public $win;
30 public $mac;
31 public $linux;
32 public $unix;
33 public $webkit;
34 public $opera;
35 public $ns;
36 public $chrome;
37 public $ie;
38 public $safari;
39 public $mz;
40 public $lang;
41 public $dom;
42 public $pngalpha;
43 public $imgdata;
44
27 function __construct() 45 function __construct()
28 { 46 {
29 $HTTP_USER_AGENT = strtolower($_SERVER['HTTP_USER_AGENT']); 47 $HTTP_USER_AGENT = strtolower($_SERVER['HTTP_USER_AGENT']);
30 48
31 $this->ver = 0; 49 $this->ver = 0;