Rewrite report system due to flooding

This commit is contained in:
Fredrick Brennan
2015-03-13 12:45:57 +08:00
committed by czaks
parent 95a9b7b72b
commit 8943bb0bb3
4 changed files with 43 additions and 12 deletions

View File

@@ -1687,3 +1687,6 @@
// If set to 0, it won't upgrade hashes using old password encryption schema, only create new.
// You can set it to a higher value, to further migrate to other password hashing function.
$config['password_crypt_version'] = 1;
// Use CAPTCHA for reports?
$config['report_captcha'] = false;