/[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.30 by sysadm, Tue Mar 25 08:32:43 2025 UTC Revision 1.32 by sysadm, Thu Mar 27 12:30:12 2025 UTC
# Line 8  Line 8 
8          $BBS_host_name          =       "www.fenglin.info";          $BBS_host_name          =       "www.fenglin.info";
9          $BBS_license_dt         =       strtotime("2025-03-02 10:00:00");          $BBS_license_dt         =       strtotime("2025-03-02 10:00:00");
10    
         $BBS_max_login_per_user         =       2;  
         $BBS_max_login_per_ip           =       5;  
         $BBS_max_session_per_ip         =       10;  
11          static $BBS_no_limit_users      =       array(          static $BBS_no_limit_users      =       array(
12                  1,              //Admin                 系统管理员                  1,              //Admin                 系统管理员
13                  600,    //diliver               自动发信系统                  600,    //diliver               自动发信系统
# Line 20  Line 17 
17                  7595    //BMS                   版主管理员                  7595    //BMS                   版主管理员
18          );          );
19    
20            $BBS_session_lifetime           =       60 * 60 * 24 * 7;
21          $BBS_user_off_line                      =       60 * 15;          $BBS_user_off_line                      =       60 * 15;
         $BBS_session_time_out           =       60 * 60 * 2;  
22    
23          static $BBS_rpp_options         =       array(          static $BBS_rpp_options         =       array(
24                  10,                  10,
# Line 69  Line 66 
66                  "★★★★★",        // 15                  "★★★★★",        // 15
67          );          );
68    
69            $BBS_user_purge_duration        =       365;
70            $BBS_normal_log_retention       =       60;
71            $BBS_critical_log_retention     =       365;
72            $BBS_user_msg_retention         =       60;
73            $BBS_new_article_period         =       14;
74    
75          $PHP_bin = "php";          $PHP_bin = "php";
76  ?>  ?>


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

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