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 <georg@ownCloud.com>2013-06-05 13:18:57 +0400
committerGeorg Ehrke <georg@ownCloud.com>2013-06-05 13:18:57 +0400
commit5c1d4fc186b692508f718c06218621bddcfd8f22 (patch)
treeb46cab5752a9edbfe49741bf5f16a610ea59fcc1 /config
parent78e8712366e2a198973f9a887c771894bef9a905 (diff)
yet another update for 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 2f437771f2b..2812d848133 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -192,5 +192,5 @@ $CONFIG = array(
/* the max factor to scale a preview, default is set to 10 */
'preview_max_scale_factor' => 10,
/* custom path for libreoffice / openoffice binary */
-'preview_libreoffice_path' => '/usr/bin/libreoffice';
+'preview_libreoffice_path' => '/usr/bin/libreoffice',
);