]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/BasicAuth.php
Update copyright
[friendica.git] / src / Security / BasicAuth.php
index eaed9d22e5ae4a9659f37e0df1afae071f00a90b..fc31d34b0717507f3dce391bef656b2785ed8b0a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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'] ?? '';