use HTTP::BrowserDetect for browser detection
This commit is contained in:
parent
5e75631f6b
commit
6fa07671cd
7 changed files with 31 additions and 58 deletions
7
share/upgrades/7.9.13-8.0.0/removeMobileUserAgents.pl
Normal file
7
share/upgrades/7.9.13-8.0.0/removeMobileUserAgents.pl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use WebGUI::Upgrade::Script;
|
||||
|
||||
start_step "Removing mobile agent list";
|
||||
|
||||
config->delete('mobileUserAgents');
|
||||
|
||||
done;
|
||||
Loading…
Add table
Add a link
Reference in a new issue