]> git.mxchange.org Git - friendica.git/commitdiff
Testing tests
authorMichael <heluecht@pirati.ca>
Wed, 24 Nov 2021 07:29:29 +0000 (07:29 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 24 Nov 2021 07:29:29 +0000 (07:29 +0000)
src/Security/BasicAuth.php

index eaed9d22e5ae4a9659f37e0df1afae071f00a90b..7b6a6b082502d982e0827141434a7c31df437b84 100644 (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'] ?? '';