Index: trunk/phase3/includes/ProxyTools.php |
— | — | @@ -43,9 +43,10 @@ |
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |
47 | | - * Checks if an IP is a trusted proxy providor |
48 | | - * Useful to tell if X-Fowarded-For data is possibly bogus |
49 | | - * Squid cache servers for the site and AOL are whitelisted |
| 47 | + * Checks if an IP is a trusted proxy providor. |
| 48 | + * Useful to tell if X-Fowarded-For data is possibly bogus. |
| 49 | + * Squid cache servers for the site are whitelisted. |
| 50 | + * |
50 | 51 | * @param $ip String |
51 | 52 | * @return bool |
52 | 53 | */ |