Parent Directory
|
Revision Log
|
Patch
| Revision 1.41 by sysadm, Sat Apr 5 04:10:16 2025 UTC | Revision 1.42 by sysadm, Sun Apr 6 08:15:37 2025 UTC | |
|---|---|---|
| # | Line 87 | 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 | ?> | ?> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |