Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Sat Mar 12 08:01:18 2005 UTC | Revision 1.7 by sysadm, Sat Mar 12 08:29:35 2005 UTC | |
|---|---|---|
| # | Line 25 function Client_Address($addr=null,$x_ad | Line 25 function Client_Address($addr=null,$x_ad |
| 25 | $proxy = false; | $proxy = false; |
| 26 | foreach($proxy_ip as $ip) | foreach($proxy_ip as $ip) |
| 27 | { | { |
| 28 | if (ereg($ip,$client_addr[$i])) | if (ereg($ip[0],$client_addr[$i])) |
| 29 | $proxy = true; | $proxy = true; |
| 30 | } | } |
| 31 | if (!$proxy) | if (!$proxy) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |