mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #20478 from owncloud/jnweiger-patch-1
Update untrustedDomain.php
This commit is contained in:
commit
6dea6c9dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<?php p($l->t('You are accessing the server from an untrusted domain.')); ?><br>
|
||||
|
||||
<p class='hint'>
|
||||
<?php p($l->t('Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domain" setting in config/config.php. An example configuration is provided in config/config.sample.php.')); ?>
|
||||
<?php p($l->t('Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domains" setting in config/config.php. An example configuration is provided in config/config.sample.php.')); ?>
|
||||
<br>
|
||||
<?php p($l->t('Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.')); ?>
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue