Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2013-02-06 18:20:43 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2013-02-06 18:20:43 +0400
commit0a16d25724d7af29282556cf04a343786a64c466 (patch)
tree50aad0f38f0fbb69f531b795c7ef9bd6989952f2 /config
parent9e08f85c5e8b57d759cecc9ca145a816e121fe6c (diff)
make it possible to modify the links to the clients
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php6
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
);