Remove OC_Util::isIe()

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2022-01-03 15:41:52 +01:00
parent a511d678a7
commit 045172c71d
1 changed files with 0 additions and 12 deletions

View File

@ -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
} ?>