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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.19 by sysadm, Wed Apr 27 12:55:28 2005 UTC Revision 1.25 by sysadm, Fri Jul 28 11:45:20 2023 UTC
# Line 7  Line 7 
7          $BBS_default_sid        =       4;          $BBS_default_sid        =       4;
8          $BBS_host_name          =       "www.fenglin.info";          $BBS_host_name          =       "www.fenglin.info";
9          $BBS_license_dt         =       strtotime("2004-06-14 22:30:00");          $BBS_license_dt         =       strtotime("2004-06-14 22:30:00");
10          $BBS_license_file       =       strftime("%Y%m%d.txt",$BBS_license_dt);          $BBS_license_file       =       date("Ymd",$BBS_license_dt) . ".txt";
11    
12          $BBS_max_login_per_user         =       2;          $BBS_max_login_per_user         =       2;
13          $BBS_max_login_per_ip           =       5;          $BBS_max_login_per_ip           =       5;
# Line 25  Line 25 
25          $BBS_session_time_out           =       60*60*2;          $BBS_session_time_out           =       60*60*2;
26    
27          $SYS_proxy_ip = array(          $SYS_proxy_ip = array(
28                  "^219.228.15.34$"                  "^61.129.42.218$",
29                    "^61.129.42.19[0-9]$",
30                    "^69.61.80.144$"
31          );          );
32    
33          $SYS_proxy_allow_ip = array(          $SYS_proxy_allow_ip = array(
# Line 33  Line 35 
35                  "^10.",                  "^10.",
36                  "^192.168."                  "^192.168."
37          );          );
38            
39            $PHP_bin = "php";
40  ?>  ?>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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