From f439497c6acf24937662676bb8d74c2129b82304 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 1 Dec 2021 14:39:21 +0800 Subject: [PATCH] add setup=auth --- platform/Normal.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/Normal.php b/platform/Normal.php index 5002b19..aea9c10 100644 --- a/platform/Normal.php +++ b/platform/Normal.php @@ -390,3 +390,7 @@ function moveFolder($from, $to, $slash) function WaitFunction() { return true; } + +function changeAuthKey() { + return message("Not need.", 'Change platform Auth token or key', 404); +}