diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2013-02-06 15:20:43 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2013-02-06 15:20:43 +0100 |
commit | 0a16d25724d7af29282556cf04a343786a64c466 (patch) | |
tree | 50aad0f38f0fbb69f531b795c7ef9bd6989952f2 /config | |
parent | 9e08f85c5e8b57d759cecc9ca145a816e121fe6c (diff) | |
download | nextcloud-server-0a16d25724d7af29282556cf04a343786a64c466.tar.gz nextcloud-server-0a16d25724d7af29282556cf04a343786a64c466.zip |
make it possible to modify the links to the clients
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9ac39c439d4..cfef3d5117d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -161,5 +161,9 @@ $CONFIG = array( 'class'=>'OC_User_IMAP', 'arguments'=>array('{imap.gmail.com:993/imap/ssl}INBOX') ) -) +), +//links to custom clients +'customclient_desktop' => '', //http://owncloud.org/sync-clients/ +'customclient_android' => '', //https://play.google.com/store/apps/details?id=com.owncloud.android +'customclient_ios' => '' //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8 ); |