yet another update for config.sample.php

This commit is contained in:
Georg Ehrke 2013-06-05 11:18:57 +02:00
parent 78e8712366
commit 5c1d4fc186

View file

@ -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',
);