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
44 changed files with 4316 additions and 3593 deletions
+3 -3
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'] ?? '';