This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
322fd51261
nextcloud
/
apps
/
contacts
/
settings.php
7 lines
89 B
PHP
Raw
Normal View
History
Unescape
Escape
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
2011-09-28 18:05:01 +04:00
<
?
php
ported the oc_template class
2012-05-07 01:00:36 +04:00
$tmpl
=
new
OCP\Template
(
'contacts'
,
'settings'
);
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
2011-09-28 18:05:01 +04:00
return
$tmpl
->
fetchPage
();
?>