Index: branches/5.3.x/core/kernel/managers/cache_manager.php =================================================================== diff -u -N -r15483 -r15677 --- branches/5.3.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 15483) +++ branches/5.3.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 15677) @@ -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));