git.p6c8.net
/
jirafeau.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
90462b6
)
fix type in original config comments
author
Jerome Jutteau
<mojo@couak.net>
Tue, 7 Apr 2015 11:36:58 +0000
(13:36 +0200)
committer
Jerome Jutteau
<mojo@couak.net>
Tue, 7 Apr 2015 11:36:58 +0000
(13:36 +0200)
lib/config.original.php
patch
|
blob
|
history
diff --git
a/lib/config.original.php
b/lib/config.original.php
index f731171e23b8f2c4d47d3b59c2f6d55ec0dc15c9..c0a1ed3630eb3a09247041f31a4b154c00e92dfe 100644
(file)
--- 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';
$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.
$cfg['preview'] = true;
/* Encryption feature. disable it by default.
* By enabling it, file-level deduplication won't work.
patrick-canterino.de