]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/config.original.php
[BUGFIX] fix file previewing
[jirafeau_mojo42.git] / lib / config.original.php
index 0d2665c1e8f0ad4230675e7789099261db19dee2..d8722ac4d228b3785db6d42f3662f6194519fadd 100644 (file)
@@ -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
  */

patrick-canterino.de