From 8ba6bf82720b3df5924cb6b3da7cb0f9511680cf Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 17 Mar 2025 23:11:16 +0100 Subject: [PATCH] composer: add fs.php --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d0345e3b..1a5f2d95 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,9 @@ "inc/polyfill.php", "inc/error.php", "inc/functions.php", - "inc/functions/net.php" + "inc/functions/net.php", + "inc/functions/fs.php" + ] }, "license": "Tinyboard + vichan",