From 27b7aa161922d7a1e11855e88eacbf968be75f34 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sat, 16 Apr 2022 10:44:43 +0800 Subject: [PATCH] add smallfileupload --- platform/HuaweiFG_env.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/HuaweiFG_env.php b/platform/HuaweiFG_env.php index 1ea9f51..f3c76c7 100644 --- a/platform/HuaweiFG_env.php +++ b/platform/HuaweiFG_env.php @@ -536,3 +536,7 @@ function changeAuthKey() { '; return message($html, 'Change platform Auth token or key', 200); } + +function smallfileupload($drive, $path) { + return output('Can not upload through FG.', 400); +}