Skip to content
Snippets Groups Projects
Commit d936a7fe authored by Anthony Borghi's avatar Anthony Borghi
Browse files

Correction sur la suppression du fichier dans ws_data

parent d55d241f
No related branches found
No related tags found
No related merge requests found
......@@ -141,8 +141,10 @@ class File_downloader extends Vitis {
if($bReturnFile){
session_write_close();
$this->getFile($sPath, end(explode("/", $this->aValues["key"])));
if ($this->aProperties["fileS3Uploader"]){
unlink($sPath);
}
}
} else {
$sMessage = array("status" => 0, "sMessage" => "Missing Parameter");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment