add smallfileupload

This commit is contained in:
qkqpttgf
2022-04-16 10:49:08 +08:00
committed by GitHub
parent 09c276f33a
commit 00dcccee9c
+4
View File
@@ -705,3 +705,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 SCF.', 400);
}