Removed mention of AOL, no longer true since r39892
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 18 Aug 2011 21:04:29 +0000 (21:04 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 18 Aug 2011 21:04:29 +0000 (21:04 +0000)
includes/ProxyTools.php

index 83f026f..f0c0c69 100644 (file)
@@ -43,9 +43,10 @@ function wfGetIP() {
 }
 
 /**
- * Checks if an IP is a trusted proxy providor
- * Useful to tell if X-Fowarded-For data is possibly bogus
- * Squid cache servers for the site and AOL are whitelisted
+ * Checks if an IP is a trusted proxy providor.
+ * Useful to tell if X-Fowarded-For data is possibly bogus.
+ * Squid cache servers for the site are whitelisted.
+ *
  * @param $ip String
  * @return bool
  */