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