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); +}