| 1 | <?php |
||
| 2 | |||
| 3 | /** |
||
| 4 | * ownCloud - Contact Admin settings |
||
| 5 | * |
||
| 6 | * @author Nicolas Mora |
||
| 7 | * @copyright 2014 Nicolas Mora [email protected] |
||
| 8 | * |
||
| 9 | * This file is licensed under the Affero General Public License version 3 or |
||
| 10 | * later. |
||
| 11 | */ |
||
| 12 | |||
| 13 | namespace OCA\Contacts; |
||
| 14 | |||
| 15 | \OCP\User::checkAdminUser(); |
||
| 16 | $tmpl = new \OCP\Template('contacts', 'admin'); |
||
| 17 | return $tmpl->fetchPage(); |