From: Mark A. Hershberger Date: Thu, 3 Nov 2011 15:14:02 +0000 (+0000) Subject: typo X-Git-Tag: 1.31.0-rc.0~26736 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=c69ddf40aaacbec3ea1da7617df99e34daed7480;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 949cfcbb6d..b16b841a5c 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -129,7 +129,7 @@ class Http { * protocols, because we only want protocols that both cURL * and php support. * - * file:// should not be allowed there for security purpose (r67684) + * file:// should not be allowed here for security purpose (r67684) * * @fixme this is wildly inaccurate and fails to actually check most stuff *