Index: branches/5.2.x/core/units/helpers/deployment_helper.php =================================================================== diff -u -N -r15332 -r15569 --- branches/5.2.x/core/units/helpers/deployment_helper.php (.../deployment_helper.php) (revision 15332) +++ branches/5.2.x/core/units/helpers/deployment_helper.php (.../deployment_helper.php) (revision 15569) @@ -1,6 +1,6 @@ isCommandLine = isset($GLOBALS['argv']) && count($GLOBALS['argv']); if ( !$this->isCommandLine ) { - $this->ip = $_SERVER['REMOTE_ADDR']; + $this->ip = $this->Application->getClientIp(); } elseif ( isset($GLOBALS['argv'][3]) ) { $this->ip = $GLOBALS['argv'][3];