add smallfileupload

This commit is contained in:
qkqpttgf
2022-04-16 10:41:31 +08:00
committed by GitHub
parent 0793caec0f
commit 97d2bce570
+4
View File
@@ -546,3 +546,7 @@ function changeAuthKey() {
</script>'; </script>';
return message($html, 'Change platform Auth token or key', 200); return message($html, 'Change platform Auth token or key', 200);
} }
function smallfileupload($drive, $path) {
return output('Can not upload through FC.', 400);
}