mirror of
https://github.com/nextcloud/server.git
synced 2024-12-28 07:58:42 +00:00
e07a190641
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
11 lines
395 B
PHP
11 lines
395 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
?>
|
|
<div class="body-login-container update">
|
|
<h2><?php p($l->t('Too many requests')); ?></h2>
|
|
<p class="infogroup"><?php p($l->t('There were too many requests from your network. Retry later or contact your administrator if this is an error.')); ?></p>
|
|
</div>
|