Mercurial > hg > rc2
diff 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 |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_browser.php Sat Sep 06 08:16:01 2025 -0400 +++ b/program/lib/Roundcube/rcube_browser.php Sat Sep 20 12:16:50 2025 -0400 @@ -23,7 +23,25 @@ * @subpackage Utils */ class rcube_browser -{ +{ + // + public $ver; + public $win; + public $mac; + public $linux; + public $unix; + public $webkit; + public $opera; + public $ns; + public $chrome; + public $ie; + public $safari; + public $mz; + public $lang; + public $dom; + public $pngalpha; + public $imgdata; + function __construct() { $HTTP_USER_AGENT = strtolower($_SERVER['HTTP_USER_AGENT']);
