You need to add these lines in listener.php under the case (preg_match('/android/i',$user_agent)); line anywhere.
Code: Select all
else if (preg_match('/lumia 640/i',$user_agent))
{
$status = $this->user->lang['Lumia 640 LTE'];
}I have found an existing image that looks close to a mobile device and copied it to a different mobile name. An option.










