use HTTP::BrowserDetect for browser detection

This commit is contained in:
Graham Knop 2010-09-11 03:09:27 -05:00
parent 5e75631f6b
commit 6fa07671cd
7 changed files with 31 additions and 58 deletions

View file

@ -0,0 +1,7 @@
use WebGUI::Upgrade::Script;
start_step "Removing mobile agent list";
config->delete('mobileUserAgents');
done;