/[LeafOK_CVS]/fenglin/lib/common.inc.php
ViewVC logotype

Annotation of /fenglin/lib/common.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Jun 9 09:24:52 2004 UTC (21 years, 9 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +1 -1 lines
Fix compatible problem with PHP 4.1.x

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 sysadm 1.2 $BBS_host_name = $_SERVER['HTTP_HOST'];
10 sysadm 1.1 ?>

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