t('Access through untrusted domain')); ?>

t('Please contact your administrator. If you are an administrator, edit the "trusted_domains" setting in config/config.php like the example in config.sample.php.')); ?>


t('Further information how to configure this can be found in the %1$sdocumentation%2$s.', ['', ''])); ?>

loud-server.git/'>nextcloud-server.git
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: f160f46b6fc2bf9a7c1351dde07695afb1e249f2 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
<head>
	<script type="text/javascript"> window.location.href="index.php"; </script>
	<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>