diff --git a/front/pluginimage.send.php b/front/pluginimage.send.php index 4cb4bb8858f..ce439964d20 100644 --- a/front/pluginimage.send.php +++ b/front/pluginimage.send.php @@ -62,6 +62,9 @@ } $dir = GLPI_PLUGIN_DOC_DIR . "/" . $_GET["plugin"] . "/"; +if (isset($_GET["folder"])) { + $dir .= $_GET["folder"] . "/"; +} $filepath = $dir . $_GET["name"]; if (