This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9e6d2f2f82
server
/
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 14:05:01 +00:00
<
?
php
ported the oc_template class
2012-05-06 21:00:36 +00: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 14:05:01 +00:00
return
$tmpl
->
fetchPage
();
?>
Reference in a new issue
Copy permalink