Testing tests

This commit is contained in:
Michael 2021-11-24 07:29:29 +00:00
parent c412a1dfc5
commit 2c7c63a493

View file

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