Parent Directory
|
Revision Log
Add default config / data files for demo purpose
| 1 | <?php |
| 2 | // User config |
| 3 | $BBS_sys_uid = 1; |
| 4 | $BBS_notice_sid = 1; |
| 5 | $BBS_default_cid = 1; |
| 6 | $BBS_default_sid = 1; |
| 7 | $BBS_name = "MyBBS"; |
| 8 | $BBS_host_name = "localhost"; |
| 9 | $BBS_copyright_duration = "2026"; |
| 10 | $BBS_timezone = 'Asia/Shanghai'; |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |