diff --git a/platform/HuaweiFG_file.php b/platform/HuaweiFG_file.php index ca34546..3fbecb0 100644 --- a/platform/HuaweiFG_file.php +++ b/platform/HuaweiFG_file.php @@ -902,3 +902,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); +}