]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
fix type in original config comments
authorJerome Jutteau <mojo@couak.net>
Tue, 7 Apr 2015 11:36:58 +0000 (13:36 +0200)
committerJerome Jutteau <mojo@couak.net>
Tue, 7 Apr 2015 11:36:58 +0000 (13:36 +0200)
lib/config.original.php

index f731171e23b8f2c4d47d3b59c2f6d55ec0dc15c9..c0a1ed3630eb3a09247041f31a4b154c00e92dfe 100644 (file)
@@ -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.

patrick-canterino.de