]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/config.php
Adjust language details
[jirafeau_mojo42.git] / lib / config.php
index 790ae16f7df331e6dbf37404bf32d5e3bc128541..4ba7e5e39b1bc9d22de6304a616bd61f100765b8 100644 (file)
@@ -47,11 +47,11 @@ $cfg['download_page'] = false;
    The scripting interface can propose to create, read, write, delete blocks
    of data. */
 $cfg['enable_blocks'] = false;
-/* Encryption feature. disabled by default.
- * This feature needs to have mcrypt php module installed.
- * Note: activating encryption will make file-deduplication to fail.
- */
-$cfg['enable_crypt'] = false;
+/* Encryption feature. enabled by default (if possible).
+ * By disabling it, file-level deduplication will be effective. */
+$cfg['enable_crypt'] = true;
+/* Split lenght of link refenrece. */
+$cfg['link_name_lenght'] = 5;
 
 if ((basename (__FILE__) != 'config.local.php')
     && file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))

patrick-canterino.de