Blame view

sources/apps/contacts/admin.php 351 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php
  
  /**
   * ownCloud - Contact Admin settings
   *
   * @author Nicolas Mora
   * @copyright 2014 Nicolas Mora mail@babelouest.org
   *
   * This file is licensed under the Affero General Public License version 3 or
   * later.
   */
  
  namespace OCA\Contacts;
  
  \OCP\User::checkAdminUser();
  $tmpl = new \OCP\Template('contacts', 'admin');
  return $tmpl->fetchPage();