$attachment_location

This commit is contained in:
fred 2022-12-06 14:55:35 +01:00
parent 6ec561c296
commit 70eab68ea1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if (file_exists($attachment_location)) {
unlink(dirname(__FILE__)."/tmp/g1billet/".$timestamp.".".$file_type);
die();
} else {
die("Error: File not found.");
die("Error: File not found.".$attachment_location);
}
?>