From: Jerome Jutteau Date: Tue, 7 Apr 2015 11:36:58 +0000 (+0200) Subject: fix type in original config comments X-Git-Tag: 1.1~123 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/a212d938a9ef43994443718f34538d11b2d23633 fix type in original config comments --- diff --git a/lib/config.original.php b/lib/config.original.php index f731171..c0a1ed3 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -35,7 +35,7 @@ $cfg['var_root'] = ''; $cfg['lang'] = 'auto'; /* Select your style :) See media folder */ $cfg['style'] = 'courgette'; -/* Propose a preview link if file type is previewable is set to true. */ +/* Propose a preview link if file type is previewable. */ $cfg['preview'] = true; /* Encryption feature. disable it by default. * By enabling it, file-level deduplication won't work.