Testing tests

This commit is contained in:
Michael 2021-11-24 07:29:29 +00:00
parent c412a1dfc5
commit 2c7c63a493
1 changed files with 3 additions and 3 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'] ?? '';