Steffen Well-known member May 17, 2018 #1 Affected version 2.0.6 I think PHP: if (preg_match('#[Firefox/|Chrome/]#i', $ua)) should be PHP: if (preg_match('#(Firefox/|Chrome/)#i', $ua))
I think PHP: if (preg_match('#[Firefox/|Chrome/]#i', $ua)) should be PHP: if (preg_match('#(Firefox/|Chrome/)#i', $ua))