mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
Graphviz: Remove generated SVG image after usage as it won't be cached
This commit is contained in:
@@ -145,6 +145,8 @@ if (file_exists($sDotExecutable))
|
||||
readfile($sImageFilePath);
|
||||
}
|
||||
@unlink($sDotFilePath);
|
||||
// Image file is removed as well as there is no cache system yet
|
||||
@unlink($sImageFilePath);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user