--- fenglin/lib/common.inc.php 2025/03/28 10:31:26 1.34 +++ fenglin/lib/common.inc.php 2025/03/29 07:06:24 1.36 @@ -4,9 +4,10 @@ $BBS_notice_sid = 39; $BBS_default_cid = 1; $BBS_default_sid = 4; - $BBS_name = "枫林在线论坛"; - $BBS_host_name = "www.fenglin.info"; + $BBS_name = "枫林在线"; + $BBS_host_name = "www.FengLin.info"; $BBS_license_dt = "2025-03-02 10:00:00"; + $BBS_copyright_duration = "2001-2025"; $BBS_no_limit_users = array( 1, //Admin 系统管理员 @@ -76,6 +77,7 @@ ); $BBS_user_purge_duration = 365; + $BBS_article_purge_duration = 180; $BBS_normal_log_retention = 60; $BBS_critical_log_retention = 365; $BBS_user_msg_retention = 60;