settings.php 86 B

1234567
  1. <?php
  2. $tmpl = new OCP\Template( 'media', 'settings');
  3. return $tmpl->fetchPage();
  4. ?>