/[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.40 by sysadm, Fri Apr 4 05:03:09 2025 UTC Revision 1.42 by sysadm, Sun Apr 6 08:15:37 2025 UTC
# Line 16  Line 16 
16          $BBS_keep_alive_interval        =       60;          $BBS_keep_alive_interval        =       60;
17          $BBS_check_msg_interval         =       30;          $BBS_check_msg_interval         =       30;
18    
19          $BBS_rpp_options                        =       array(          $BBS_list_rpp_options           =       array(
20                  10,                  10,
21                  20,                  20,
22                  30,                  30,
23                  50                  50,
24            );
25    
26            $BBS_view_rpp_options           =       array(
27                    1,
28                    5,
29                    10,
30                    20,
31          );          );
32    
33          $BBS_exp                                        = array(          $BBS_exp                                        = array(
# Line 80  Line 87 
87          $BBS_user_msg_retention         =       60;          $BBS_user_msg_retention         =       60;
88          $BBS_new_article_period         =       14;          $BBS_new_article_period         =       14;
89    
90          $PHP_bin = "php";          // PHP CLI path
91            $PHP_bin                                        =       "php";
92    
93            // Keep this consistent with $DB_session_timezone in db_open.conf.php
94            $BBS_timezone                           =       'Asia/Shanghai';
95            $BBS_runtime_tz                         =       new DateTimeZone($BBS_timezone);
96    
97            // Assume DateTime fields retrieved from DB are in $BBS_runtime_tz timezone
98            date_default_timezone_set($BBS_timezone);
99  ?>  ?>


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

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