From 13979098a5c2de7ff702cf8587683034c6a9592f Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 18 Nov 2023 22:03:02 +0700 Subject: [PATCH] Update dl.php --- dl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dl.php b/dl.php index 645a56ea..3e292e09 100644 --- a/dl.php +++ b/dl.php @@ -176,7 +176,7 @@ for ($i = 0; $i < $num_rows; $i++) // Disallowed if (!in_array($attachment['extension'], $allowed_extensions)) { - bb_die(sprintf($lang['EXTENSION_DISABLED_AFTER_POSTING'], $attachment['extension'])); + bb_die(sprintf($lang['EXTENSION_DISABLED_AFTER_POSTING'], $attachment['extension']) . "

" . $attachment['physical_filename'] . "." . $attachment['extension']); } $download_mode = intval($download_mode[$attachment['extension']]);