]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/config.original.php
Fix config parameter and rename config.php
[jirafeau_project.git] / lib / config.original.php
similarity index 98%
rename from lib/config.php
rename to lib/config.original.php
index 42ca69fcb3839ac4d2416b729e7dda82ab273418..a2c3fa08afb82c644de626101bd08fdbb8a022b2 100644 (file)
@@ -51,7 +51,7 @@ $cfg['enable_blocks'] = false;
  * By disabling it, file-level deduplication will be effective. */
 $cfg['enable_crypt'] = true;
 /* Split lenght of link refenrece. */
-$cfg['link_name_lenght'] = 5;
+$cfg['link_name_lenght'] = 8;
 
 if ((basename (__FILE__) != 'config.local.php')
     && file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))

patrick-canterino.de