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-08-29 12:08:53 +0400
committerGeorg Ehrke <developer@georgehrke.com>2013-08-29 12:08:53 +0400
commit70b6e2161ec654f7049027bf6dc5072c1eda4d5e (patch)
treee9980c0025156a7bd626d659b408013452bd64b3 /config
parentb16a018da99259278ba2f93f1e0c2d2e2bce6fb0 (diff)
invert logic of disable_previews
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 76de97818d5..6dd45163677 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -191,7 +191,7 @@ $CONFIG = array(
'customclient_ios' => '', //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8
// PREVIEW
-'disable_previews' => false,
+'enable_previews' => true,
/* the max width of a generated preview, if value is null, there is no limit */
'preview_max_x' => null,
/* the max height of a generated preview, if value is null, there is no limit */