This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
nextcloud
Watch
1
Star
0
Fork
You've already forked nextcloud
0
mirror of
https://github.com/nextcloud/server.git
synced
2026-02-23 01:40:59 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
28
5212fa3fa7
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 10:05:01 -04:00
<
?
php
ported the oc_template class
2012-05-06 17: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 10:05:01 -04:00
return
$tmpl
->
fetchPage
();
?>
Reference in a new issue
Copy permalink