From 02a807e0e534d48943bf770ec232587906b0b888 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 20 Mar 2025 17:32:42 +0100 Subject: [PATCH] composer: add mime.php --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1a5f2d95..83f3b1f0 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "inc/error.php", "inc/functions.php", "inc/functions/net.php", - "inc/functions/fs.php" - + "inc/functions/fs.php", + "inc/functions/mime.php" ] }, "license": "Tinyboard + vichan",