add smallfileupload
parent
179641a403
commit
27b7aa1619
|
@ -536,3 +536,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 FG.', 400);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue