Treat DSi as mobile browser
authorJamie Cameron <jcameron@webmin.com>
Mon, 5 Apr 2010 00:31:55 +0000 (17:31 -0700)
committerJamie Cameron <jcameron@webmin.com>
Mon, 5 Apr 2010 00:31:55 +0000 (17:31 -0700)
miniserv.pl

index 9838537..83a35aa 100755 (executable)
@@ -4593,6 +4593,7 @@ local @substrings = (
     "HTC_P3700",         # HTC mobile device
     "Pre/",              # Palm Pre
     "webOS/",            # Palm WebOS
+    "Nintendo DS",       # DSi / DSi-XL
     );
 foreach my $p (@prefixes) {
        return 1 if ($agent =~ /^\Q$p\E/);