Updates and Fixings to Audit Logs, added client tag selection for mass email campaigns

This commit is contained in:
johnnyq
2021-12-28 18:16:54 -05:00
parent c04353f284
commit 33400894d5
7 changed files with 103 additions and 32 deletions

View File

@@ -85,7 +85,6 @@ function get_web_browser() {
'/maxthon/i' => 'Maxthon',
'/konqueror/i' => 'Konqueror',
'/ubrowser/i' => 'UC Browser',
'/mobile/i' => 'Handheld Browser'
);
foreach ($browser_array as $regex => $value) {
if (preg_match($regex, $user_agent)) {