Parent Directory
|
Revision Log
Move global variable to common.inc.php
| 1 | sysadm | 1.1 | <? |
| 2 | //Definition of const | ||
| 3 | $BBS_sys_uid = 600; | ||
| 4 | $BBS_notice_sid = 39; | ||
| 5 | $BBS_trash_sid = 21; | ||
| 6 | $BBS_innd_uid = 2333; | ||
| 7 | $BBS_default_cid = 1; | ||
| 8 | $BBS_default_sid = 4; | ||
| 9 | $BBS_host_name = $_SERVER['SERVER_NAME']; | ||
| 10 | ?> |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |