Testing tests
This commit is contained in:
parent
c412a1dfc5
commit
2c7c63a493
|
@ -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'] ?? '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue