diff options
Diffstat (limited to 'lib/ApiAuthenticationMiddleware.php')
-rw-r--r-- | lib/ApiAuthenticationMiddleware.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/ApiAuthenticationMiddleware.php b/lib/ApiAuthenticationMiddleware.php index 6a59e760..62886314 100644 --- a/lib/ApiAuthenticationMiddleware.php +++ b/lib/ApiAuthenticationMiddleware.php @@ -1,17 +1,5 @@ <?php -/** - * This file is part of RSS-Bridge, a PHP project capable of generating RSS and - * Atom feeds for websites that don't have one. - * - * For the full license information, please view the UNLICENSE file distributed - * with this source code. - * - * @package Core - * @license http://unlicense.org/ UNLICENSE - * @link https://github.com/rss-bridge/rss-bridge - */ - final class ApiAuthenticationMiddleware { public function __invoke($request): void |