X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=include%2Fclasses%2Fuseragent.php-class;h=26c801652dd548ae810a7d581d053283529c258c;hp=3dff7ae5ff0b114e7ae5aa9f245345feb3e09a2e;hb=d7aaf1da0a221709588caf049183eb7d4b0f6fe1;hpb=d09178b60cc069c8a6926eebacbc27fe74a60f55 diff --git a/include/classes/useragent.php-class b/include/classes/useragent.php-class index 3dff7ae..26c8016 100755 --- a/include/classes/useragent.php-class +++ b/include/classes/useragent.php-class @@ -349,7 +349,7 @@ class userAgent { $this->version = $regs[1]; $this->bot = false; } - elseif (preg_match('|Konqueror/([0-9a-zA-Z\.+]+)|', $this->uastring, $regs)) { + elseif (preg_match('|Konqueror/([0-9a-zA-Z\.+]+)|i', $this->uastring, $regs)) { $this->brand = 'Konqueror'; $this->version = $regs[1]; $this->bot = false;