We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7265f3c commit ae83ac2Copy full SHA for ae83ac2
src/Module/Admin/View/Overview/Overview.php
@@ -43,7 +43,7 @@ private function setWeatherReport(GameControllerInterface $game): void
43
44
$game->setTemplateVar(
45
'ION_STORM_MAP',
46
- $this->imageCreation->gdImageInSrc($graph, 'gif')
+ '<img src="data:image/gif;base64,' . base64_encode(file_get_contents($historyFolder . '/ionstorm_map_layer_2.gif')) . '"/>'
47
);
48
}
49
0 commit comments