add smallfileupload
parent
27b7aa1619
commit
38d64b2d00
|
@ -902,3 +902,7 @@ function changeAuthKey() {
|
|||
</script>';
|
||||
return message($html, 'Change platform Auth token or key', 200);
|
||||
}
|
||||
|
||||
function smallfileupload($drive, $path) {
|
||||
return output('Can not upload through FG.', 400);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue