mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
6 lines
89 B
PHP
Executable file
6 lines
89 B
PHP
Executable file
<?php
|
|
|
|
$tmpl = new OCP\Template( 'contacts', 'settings');
|
|
|
|
return $tmpl->fetchPage();
|
|
?>
|