add smallfileupload

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