--- fenglin/lib/common.inc.php 2025/03/25 08:32:43 1.30 +++ fenglin/lib/common.inc.php 2025/03/27 12:30:12 1.32 @@ -8,9 +8,6 @@ $BBS_host_name = "www.fenglin.info"; $BBS_license_dt = strtotime("2025-03-02 10:00:00"); - $BBS_max_login_per_user = 2; - $BBS_max_login_per_ip = 5; - $BBS_max_session_per_ip = 10; static $BBS_no_limit_users = array( 1, //Admin 系统管理员 600, //diliver 自动发信系统 @@ -20,8 +17,8 @@ 7595 //BMS 版主管理员 ); + $BBS_session_lifetime = 60 * 60 * 24 * 7; $BBS_user_off_line = 60 * 15; - $BBS_session_time_out = 60 * 60 * 2; static $BBS_rpp_options = array( 10, @@ -69,5 +66,11 @@ "★★★★★", // 15 ); + $BBS_user_purge_duration = 365; + $BBS_normal_log_retention = 60; + $BBS_critical_log_retention = 365; + $BBS_user_msg_retention = 60; + $BBS_new_article_period = 14; + $PHP_bin = "php"; ?>