fix syntax in config.sample.php

This commit is contained in:
Georg Ehrke 2013-07-29 16:30:04 +02:00
parent 2ea8ee6139
commit b4a5239278
1 changed files with 1 additions and 1 deletions

View File

@ -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 */