add setup=auth

This commit is contained in:
qkqpttgf
2021-12-01 14:39:21 +08:00
committed by GitHub
parent 717b454256
commit f439497c6a
+4
View File
@@ -390,3 +390,7 @@ function moveFolder($from, $to, $slash)
function WaitFunction() { function WaitFunction() {
return true; return true;
} }
function changeAuthKey() {
return message("Not need.", 'Change platform Auth token or key', 404);
}