Parent Directory
|
Revision Log
|
Patch
| Revision 1.7 by sysadm, Tue Jun 15 06:27:29 2004 UTC | Revision 1.9 by sysadm, Wed Jun 30 03:31:43 2004 UTC | |
|---|---|---|
| # | Line 23 | Line 23 |
| 23 | ||
| 24 | $BBS_user_off_line = 60*15; | $BBS_user_off_line = 60*15; |
| 25 | $BBS_session_time_out = 60*60*2; | $BBS_session_time_out = 60*60*2; |
| 26 | ||
| 27 | $SYS_proxy_ip = array( | |
| 28 | "^218.78.239.105$", | |
| 29 | "^10.85.31." | |
| 30 | ); | |
| 31 | ||
| 32 | $SYS_proxy_allow_ip = array( | |
| 33 | "^10.", | |
| 34 | "^192.168." | |
| 35 | ); | |
| 36 | ?> | ?> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |