summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/main.php b/templates/main.php
index 65e811e6..b3d9bbc7 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,13 +1 @@
<?php
-if (\OC_Util::isIe()) {
- ?>
-<div id="app-content">
- <div class="emptycontent">
- <div class="icon-contacts-dark"></div>
- <h2><?php p($l->t('Your web browser is out of date')); ?></h2>
- <p><?php p($l->t('This application is not compatible with Internet Explorer')); ?></p>
- </div>
-</div>
-
-<?php
-} ?>