Index: branches/5.2.x/core/kernel/managers/cache_manager.php =================================================================== diff -u -N -r15226 -r15569 --- branches/5.2.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 15226) +++ branches/5.2.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 15569) @@ -1,6 +1,6 @@ getToCache() ); - $cache_rebuild_by = SERVER_NAME . ' (' . getenv('REMOTE_ADDR') . ') - ' . adodb_date('d/m/Y H:i:s'); + $cache_rebuild_by = SERVER_NAME . ' (' . $this->Application->getClientIp() . ') - ' . adodb_date('d/m/Y H:i:s'); if ($this->Application->isCachingType(CACHING_TYPE_MEMORY)) { $this->Application->setCache('master:configs_parsed', serialize($cache));