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); +}