From: Michael <heluecht@pirati.ca> Date: Wed, 24 Nov 2021 07:29:29 +0000 (+0000) Subject: Testing tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c7c63a4933fc0323b8c8b983d7628e1dbf8af94;p=friendica.git Testing tests --- 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'] ?? '';