X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/2f02bc687a1737289a52d588bef080843874cff9..9a51f6fc76ce0b60829cc31ccab9643c73b26440:/lib/config.original.php?ds=inline diff --git a/lib/config.original.php b/lib/config.original.php index 0d2665c..d8722ac 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -157,7 +157,7 @@ $cfg['proxy_ip'] = array(); * By default, files are hashed through md5 but other methods are available. * * Possible values are 'md5', 'md5_outside' and 'random'. - * + * * With 'md5' option, the whole file is hashed through md5. This is the default. * With 'md5_outside', hash is computed using: * - md5 of the first part of the file, @@ -181,6 +181,11 @@ $cfg['file_hash'] = 'md5'; */ $cfg['litespeed_workaround'] = false; +/* Store uploader's IP along with 'link' file. + * Depending of your legislation, you may have to adjust this parameter. + */ +$cfg['store_uploader_ip'] = true; + /* Required flag to test if the installation is already installed * or needs to start the installation script */