add smallfileupload

pull/578/head^2
qkqpttgf 2022-04-16 10:42:42 +08:00 committed by GitHub
parent 97d2bce570
commit c24a6fd37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -485,3 +485,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 CFC.', 400);
}