add smallfileupload
parent
97d2bce570
commit
c24a6fd37e
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue