/[LeafOK_CVS]/fenglin/lib/common.inc.php
ViewVC logotype

Diff of /fenglin/lib/common.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.44 by sysadm, Thu Apr 10 07:55:30 2025 UTC Revision 1.47 by sysadm, Thu Apr 17 05:55:59 2025 UTC
# Line 80  Line 80 
80          $BBS_upload_count_limit         =       3;          $BBS_upload_count_limit         =       3;
81          $BBS_upload_size_limit          =       2; // MB          $BBS_upload_size_limit          =       2; // MB
82    
83            $BBS_exp_score_rate                     =       100;
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";


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1