summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-07-19 01:41:42 +0200
committerYorhel <git@yorhel.nl>2015-07-19 01:41:42 +0200
commita575477eb7c755dc6facfe6a01abc2f8cbc9d73e (patch)
treeb0f09a4fca670b58ba353e6ebdf59ac1ed84e078 /util
parentd8c2d33dc57e1d26d6fe5d63fd08872effe0c0fa (diff)
Remove the MSIE browser check & warning page
It's a relic of the past. IE 6 & 7 are very rarely used nowadays, and people still using it will quickly realize why things don't quite work - they'll be used to it.
Diffstat (limited to 'util')
-rwxr-xr-xutil/vndb.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index 487b7e36..7a37df04 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -97,9 +97,6 @@ sub reqinit {
$self->resCookie(l10n => undef) if $rmcookie;
$self->{l10n} = $handle;
- # check for IE
- return 0 if !$self->ieCheck;
-
# load some stats (used for about all pageviews, anyway)
$self->{stats} = $self->dbStats;