This website works better with JavaScript.
Explore
Help
Sign In
open-dsi
/
nextcloud-server
mirror of
https://github.com/nextcloud/server
Watch
1
Star
0
Fork
You've already forked nextcloud-server
0
Code
Issues
Projects
Releases
Wiki
Activity
4308
Commits
480
Branches
1090
Tags
4.0 GiB
Tree:
d2e2a2b2c0
nextcloud-server
/
apps
/
media
/
settings.php
7 lines
86 B
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
14 years ago
<?php
ported the oc_template class
13 years ago
$tmpl = new OCP\Template( 'media', '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
14 years ago
return $tmpl->fetchPage();
?>