diff --git a/index.php b/index.php index d53455c..7435cb9 100644 --- a/index.php +++ b/index.php @@ -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); } ?>