?iť?

Your IP : 18.217.37.129


Current Path : /home/scgforma/www/cloud/core/templates/
Upload File :
Current File : /home/scgforma/www/cloud/core/templates/untrustedDomain.php

<?php /** @var $_ array */ ?>

<div class="error">
	<h2><?php p($l->t('Access through untrusted domain')); ?></h2>

	<p>
		<?php p($l->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.')); ?>
	</p>
	<p>
		<?php p($l->t('Depending on your configuration, this button could also work to trust the domain:')); ?>
	</p>
	<p style="text-align:center;">
		<a href="<?php print_unescaped(\OC::$server->getURLGenerator()->getAbsoluteURL(\OCP\Util::linkToRoute('settings.AdminSettings.index'))); ?>?trustDomain=<?php p($_['domain']); ?>" class="button">
			<?php p($l->t('Add "%s" as trusted domain', array($_['domain']))); ?>
		</a>
	</p>
</div>