From e5540c403a0165918ab8ff3d541ce88557f300f5 Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 15 Jul 2026 10:53:22 +0800 Subject: [PATCH] eee --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index 5dec2c7b..942113fb 100644 --- a/function.php +++ b/function.php @@ -713,7 +713,7 @@ if (!function_exists('get_file_extension')) { } return $search; } else { - return 'application/octet-stream'; + return 'octet.stream'; } } }