diff --git a/framework/base/helper.class.php b/framework/base/helper.class.php index ac1dcb7f2e..3a645afe62 100644 --- a/framework/base/helper.class.php +++ b/framework/base/helper.class.php @@ -691,7 +691,7 @@ class baseHelper * @access public * @return string */ - public static function getRemoteIp($proxy = false) + public static function getRemoteIp($proxy = true) { $ip = ''; if(!empty($_SERVER["REMOTE_ADDR"])) $ip = $_SERVER["REMOTE_ADDR"];