Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r15552 -r15569 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 15552) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 15569) @@ -1,6 +1,6 @@ _logger->delete($unique_id, $storage_medium); } + + /** + * Returns the client IP address. + * + * @return string The client IP address + * @access public + */ + public function getClientIp() + { + return $this->HttpQuery->getClientIp(); + } } \ No newline at end of file