diff options
author | kondou <kondou@ts.unde.re> | 2013-09-01 18:17:14 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-09-01 18:17:14 +0200 |
commit | 76b1b5b6a31f8241a369f45da4de99a6dd71e2eb (patch) | |
tree | b36611245988e48707fefde1696d504f7913592f /config | |
parent | ab70b8c26e40174f637a6ecbce7bbabc12519b7e (diff) | |
download | nextcloud-server-76b1b5b6a31f8241a369f45da4de99a6dd71e2eb.tar.gz nextcloud-server-76b1b5b6a31f8241a369f45da4de99a6dd71e2eb.zip |
Provide 'enable_avatars' in config.php, to disable avatars
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 5f748438bc7..a9ce48a4e9d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -214,4 +214,7 @@ $CONFIG = array( 'preview_libreoffice_path' => '/usr/bin/libreoffice', /* cl parameters for libreoffice / openoffice */ 'preview_office_cl_parameters' => '', + +/* whether avatars should be enabled */ +'enable_avatars' => true, ); |