Index: trunk/phase3/includes/HttpFunctions.php |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | * protocols, because we only want protocols that both cURL |
131 | 131 | * and php support. |
132 | 132 | * |
133 | | - * file:// should not be allowed there for security purpose (r67684) |
| 133 | + * file:// should not be allowed here for security purpose (r67684) |
134 | 134 | * |
135 | 135 | * @fixme this is wildly inaccurate and fails to actually check most stuff |
136 | 136 | * |