
NIVALDO MORAES DE SOUZA - 2018-07-24 17:16:37 -
In reply to message 3 from NIVALDO MORAES DE SOUZA
For tests, I had insert this lines at line 113 of your code:
....
if (preg_match_all('/Edge/i', $this->UserAgent)) {
$this->Browser = 'Microsoft Edge';
$this->B_Agent = "Edge";
}elseif (preg_match_all('/MSIE/i', $this->UserAgent)) {
....
The result is good, but I not secure if this method is correct.