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 <developer@georgehrke.com>2013-07-29 18:30:04 +0400
committerGeorg Ehrke <developer@georgehrke.com>2013-07-29 18:30:04 +0400
commitb4a523927823ab8bc80c5f1fc0d5bd5ef61f8eb8 (patch)
tree4cd539acce89659cce632bfaa84d8fe97ab90719 /config
parent2ea8ee613986216a420fad2795b5e7fa89519d5e (diff)
fix syntax in config.sample.php
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index cacca78e970..7629414ef16 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -185,7 +185,7 @@ $CONFIG = array(
//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
+'customclient_ios' => '', //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8
// PREVIEW
/* the max width of a generated preview, if value is null, there is no limit */