summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.warnings.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/part.content.warnings.php b/templates/part.content.warnings.php
index cdfc2f6da..e8578b299 100644
--- a/templates/part.content.warnings.php
+++ b/templates/part.content.warnings.php
@@ -23,20 +23,3 @@
</ul>
</news-instant-notification>
<?php }; ?>
-
-<?php if ($_['warnings']['incorrectDbCharset']) { ?>
- <news-instant-notification id="cron-warning">
- <p><?php p($l->t('Non UTF-8 charset for MySQL/MariaDB database detected!')); ?></p>
- <ul>
- <li>
- <a href="https://docs.nextcloud.com/server/latest/admin_manual/configuration_database/mysql_4byte_support.html"
- target="_blank"
- rel="noreferrer">
- <?php
- p($l->t('Learn how to convert your database to utf8mb4 (make a backup beforehand)'));
- ?>
- </a>
- </li>
- </ul>
- </news-instant-notification>
-<?php }; ?>