changed take_applications to max_

main
fuzzykitten 2025-06-02 18:41:57 -04:00
parent 903f69f87c
commit ecbc73baa4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $settings = array(
"cap_logs" => 200000, // the maximum number of log entries before older entries are deleted. Set to zero to disable.
"enable_bumping" => TRUE, // if a reply is received, put the original post on top of the sub
"enable_bbcode" => TRUE, // use some simple bbcode dialect. Also used to generate clickable links from some strings (ex: >> 129, s/main/200)
"take_applications" => TRUE, // allow users to apply for mod accounts. A maximum of 10 open applications is allowed.
"max_applications" => 10, // set to zero in order to not allow users to apply for mod accounts.
"use_captcha" => FALSE, // whether or not to require a captcha for posting. Default is off, as it's not really needed, and it
// offers low protection anyway (like almost all captcha systems).
"lifetime_captcha" => 2, // the lifetime of a captcha combination in hours. After its lifetime it's not regarded valid any longer.