From 2c7c63a4933fc0323b8c8b983d7628e1dbf8af94 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 24 Nov 2021 07:29:29 +0000 Subject: [PATCH] Testing tests --- src/Security/BasicAuth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Security/BasicAuth.php b/src/Security/BasicAuth.php index eaed9d22e5..7b6a6b0825 100644 --- a/src/Security/BasicAuth.php +++ b/src/Security/BasicAuth.php @@ -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'] ?? '';