Merge pull request #11018 from annando/api-status

API: The status is now an object
This commit is contained in:
Hypolite Petovan 2021-11-25 20:27:15 -05:00 committed by GitHub
commit dbcaf51923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 4316 additions and 3593 deletions

View file

@ -78,9 +78,9 @@ class BasicAuth
return [];
}
if (!empty(self::$current_token)) {
return self::$current_token;
}
//if (!empty(self::$current_token)) {
// return self::$current_token;
//}
$source = $_REQUEST['source'] ?? '';