mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +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);
|
readfile($sImageFilePath);
|
||||||
}
|
}
|
||||||
@unlink($sDotFilePath);
|
@unlink($sDotFilePath);
|
||||||
|
// Image file is removed as well as there is no cache system yet
|
||||||
|
@unlink($sImageFilePath);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user