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

Contents of /fenglin/lib/client_addr.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jun 10 11:27:10 2004 UTC (21 years, 9 months ago) by sysadm
Branch: MAIN
Add HTTP_X_CLIENT_ADDR support

1 <?
2
3 function Client_Address()
4 {
5 if (isset($_SERVER["HTTP_X_CLIENT_ADDR"]))
6 return $_SERVER["HTTP_X_CLIENT_ADDR"];
7 else
8 return $_SERVER["REMOTE_ADDR"];
9 }
10
11 ?>

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