| 84 |
$BBS_score_transfer_fee = 0.1; // 10% |
$BBS_score_transfer_fee = 0.1; // 10% |
| 85 |
$BBS_nickname_change_fee = 2; |
$BBS_nickname_change_fee = 2; |
| 86 |
|
|
| 87 |
|
$BBS_stat_gen_interval = 60 * 60 * 8; // 8 hours |
| 88 |
|
|
| 89 |
$BBS_user_purge_duration = 7; |
$BBS_user_purge_duration = 7; |
| 90 |
$BBS_article_purge_duration = 180; |
$BBS_article_purge_duration = 180; |
| 91 |
$BBS_normal_log_retention = 60; |
$BBS_normal_log_retention = 60; |
| 92 |
$BBS_critical_log_retention = 365; |
$BBS_critical_log_retention = 365; |
| 93 |
$BBS_user_msg_retention = 60; |
$BBS_user_msg_retention = 60; |
| 94 |
$BBS_new_article_period = 14; |
$BBS_new_article_period = 365 * 40; // 40 years |
| 95 |
|
|
| 96 |
// PHP CLI path |
// PHP CLI path |
| 97 |
$PHP_bin = "php"; |
$PHP_bin = "php"; |