/[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.49 by sysadm, Wed Apr 23 05:13:57 2025 UTC Revision 1.51 by sysadm, Tue Apr 29 11:55:32 2025 UTC
# Line 90  Line 90 
90          $BBS_exp_score_rate                     =       100;          $BBS_exp_score_rate                     =       100;
91          $BBS_score_transfer_fee         =       0.1; // 10%          $BBS_score_transfer_fee         =       0.1; // 10%
92          $BBS_nickname_change_fee        =       2;          $BBS_nickname_change_fee        =       2;
93            
94          $BBS_stat_gen_interval          =       60 * 60 * 8; // 8 hours          $BBS_stat_gen_interval          =       60 * 60 * 8; // 8 hours
95    
96          $BBS_user_purge_duration        =       7;          $BBS_user_purge_duration        =       7;
# Line 109  Line 109 
109    
110          // Assume DateTime fields retrieved from DB are in $BBS_runtime_tz timezone          // Assume DateTime fields retrieved from DB are in $BBS_runtime_tz timezone
111          date_default_timezone_set($BBS_timezone);          date_default_timezone_set($BBS_timezone);
 ?>  


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

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