]> git.p6c8.net - jirafeau_project.git/commit
[FEATURE] option to randomize file hash
authorJerome Jutteau <jerome@jutteau.fr>
Tue, 17 Dec 2019 17:51:29 +0000 (18:51 +0100)
committerJerome Jutteau <jerome@jutteau.fr>
Tue, 17 Dec 2019 17:51:29 +0000 (18:51 +0100)
commitc793d074896f3b22e18d7c3ad45a517f5cebaa1c
treef528a9408fe13dd890bb77dd73fc85744b526fd5
parent4fd0b8093465acb7951d707f6aa19d4e71e04aec
[FEATURE] option to randomize file hash

By configuring `file_hash` option to `random`, file deduplication is not
effective anymore but file is not hashed.

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
lib/config.original.php
lib/functions.php

patrick-canterino.de