Graphviz: Remove generated SVG image after usage as it won't be cached

This commit is contained in:
Molkobain
2021-08-12 19:56:02 +02:00
parent 7af10e5197
commit 7613ac7a9b

View File

@@ -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
{