added new vars in config

main
fuzzykitten 2025-02-25 18:54:31 -05:00
parent 053b709ff0
commit 54a4bc0d7e
1 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ $settings = array(
// disable the features: max_post_*, bot_block, portal, max_requests_* and fail2ban.
"enable_sage" => TRUE, // show the option to not bump a thread
"auto_sage" => 20, // don't bump threads after x replies. Set to zero to disable.
"enable_timestamps" => TRUE, // should timestamps be offered to be generated and displayed if present
"enable_tripcodes" => TRUE, // enable the automatic generation of secure tripcodes with each message, and optionally the use of
// custom tripkeys. Display tripcodes if present.
"enable_edit" => TRUE, // enable the editing of posts with valid name/tripkey combination. Display editing history.
"enable_portal" => TRUE, // show a portal page to first time visitors that they have to click away
"enable_portal_mobile" => TRUE, // show a portal page to first time visitors that they have to click away, for the mobile site
"enable_portal_tor" => TRUE, // require the portal from tor users as well. On tor this will offer less protection, obviously.
@ -26,7 +30,7 @@ $settings = array(
"auto_prolong_portal" => TRUE, // each click on the site prolongs the life by resetting the starting time.
"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.
"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.
"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).