Skip to content

Commit

Permalink
Double rainbow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bar committed Dec 22, 2013
1 parent 62e8973 commit 9896280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/CakeRequest.php
Expand Up @@ -385,7 +385,7 @@ protected function _processFileData($path, $data, $field) {
* Get the IP the client is using, or says they are using.
*
* @param boolean $safe Use safe = false when you think the user might manipulate their HTTP_CLIENT_IP
* header. Setting $safe = false will will also look at HTTP_X_FORWARDED_FOR
* header. Setting $safe = false will also look at HTTP_X_FORWARDED_FOR
* @return string The client IP.
*/
public function clientIp($safe = true) {
Expand Down

0 comments on commit 9896280

Please sign in to comment.