X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSecurity%2FBasicAuth.php;h=7b6a6b082502d982e0827141434a7c31df437b84;hb=ecaed2a8450ab8423b4e5ef60ac9a249be60901a;hp=eaed9d22e5ae4a9659f37e0df1afae071f00a90b;hpb=0b6e0566d75e145afb92dca61325fd423ed6f2eb;p=friendica.git 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'] ?? '';