untrustedDomain.php 519 B

12345678910111213
  1. <?php /** @var $_ array */ ?>
  2. <div class="error">
  3. <h2><?php p($l->t('Access through untrusted domain')); ?></h2>
  4. <p>
  5. <?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.')); ?>
  6. </p>
  7. <br />
  8. <p>
  9. <?php print_unescaped($l->t('Further information how to configure this can be found in the %1$sdocumentation%2$s.', ['<a href="' . $_['docUrl'] . '" target="blank">', '</a>'])); ?>
  10. </p>
  11. </div>