You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

success.php 370B

12345678910111213
  1. <?php
  2. /** @var array $_ */
  3. /** @var \OCP\IL10N $l */
  4. /** @var \OCP\Defaults $theme */
  5. ?>
  6. <div class="update">
  7. <h2><?php p($_['title']) ?></h2>
  8. <p><?php p($_['message']) ?></p>
  9. <p><a class="button primary" href="<?php p(\OC::$server->get(\OCP\IURLGenerator::class)->linkTo('', 'index.php')) ?>">
  10. <?php p($l->t('Go to %s', [$theme->getName()])); ?>
  11. </a></p>
  12. </div>