Use non-empty defaults
This commit is contained in:
parent
3c5ac21122
commit
7d22f4b634
|
@ -282,7 +282,7 @@ $CONFIG = array(
|
||||||
/* custom path for libreoffice / openoffice binary */
|
/* custom path for libreoffice / openoffice binary */
|
||||||
'preview_libreoffice_path' => '/usr/bin/libreoffice',
|
'preview_libreoffice_path' => '/usr/bin/libreoffice',
|
||||||
/* cl parameters for libreoffice / openoffice */
|
/* cl parameters for libreoffice / openoffice */
|
||||||
'preview_office_cl_parameters' => '',
|
'preview_office_cl_parameters' => ' --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ',
|
||||||
|
|
||||||
/* whether avatars should be enabled */
|
/* whether avatars should be enabled */
|
||||||
'enable_avatars' => true,
|
'enable_avatars' => true,
|
||||||
|
|
Loading…
Reference in New Issue