Added option to do data and attachment directory hashing, up to four levels. Will...
[squirrelmail.git] / config / config_default.php
index 889aaa7456c87c54d16118b03e1fc7602ef751c0..fe4f88c143baeee67047e4bc930c1e03520be38e 100644 (file)
     global $attachment_dir;
     $attachment_dir = $data_dir;
 
+// Hash level used for data directory.
+    global $dir_hash_level;
+    $dir_hash_level = 0;
+
 //  This is the default size of the folder list.  Default is 150,
 //  but you can set it to whatever you wish.
    global $default_left_size;