mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
17 lines
351 B
PHP
17 lines
351 B
PHP
<?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(); |