]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/config.php
Add new theme "modern"
[jirafeau_mojo42.git] / lib / config.php
index e80eefc324f955402a4750eb62196b43f8ee2943..42ca69fcb3839ac4d2416b729e7dda82ab273418 100644 (file)
@@ -32,7 +32,7 @@ $cfg['var_root'] = '';
    user's langage is not available.
  */
 $cfg['lang'] = 'auto';
-$cfg['style'] = 'industrial';
+$cfg['style'] = 'modern';
 $cfg['rewrite'] = false;
 /* An empty admin password will disable the admin interface. */
 $cfg['admin_password'] = '';
@@ -47,6 +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. 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