From 70eab68ea17622c05582e10d5f8e387c45e38045 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 6 Dec 2022 14:55:35 +0100 Subject: [PATCH] $attachment_location --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } ?>