diff mdetect.php @ 41:0578c6e438d3

merge
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sun, 30 Jul 2017 05:36:48 -0400
parents 093e42d5a874
children
line wrap: on
line diff
--- a/mdetect.php	Sun Jul 30 05:36:07 2017 -0400
+++ b/mdetect.php	Sun Jul 30 05:36:48 2017 -0400
@@ -152,7 +152,7 @@
    function uagent_info()
    { 
        $this->useragent = strtolower($_SERVER['HTTP_USER_AGENT']);
-       $this->httpaccept = strtolower($_SERVER['HTTP_ACCEPT']);
+       $this->httpaccept = strtolower(@$_SERVER['HTTP_ACCEPT']);
    }
    
    //**************************