From 169a74a3cb4cc729d12eedea495f3836dafac09b Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 10 Jul 2022 20:57:17 -0500 Subject: [PATCH] fixup! work --- www/feeds/401.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/www/feeds/401.php b/www/feeds/401.php index 1f2cdd1e..0ed291ba 100644 --- a/www/feeds/401.php +++ b/www/feeds/401.php @@ -3,12 +3,6 @@ require_once('Core.php'); use function Safe\preg_match; -$ex = null; - -if(isset($_SERVER['PHP_AUTH_USER'])){ - $ex = new Exceptions\InvalidPatronException(); -} - $type = ''; preg_match('/^\/feeds\/(opds|rss|atom)/ius', $_SERVER['REQUEST_URI'], $matches); @@ -46,13 +40,11 @@ if($type == 'atom'){ A mug next to a pipe and a newspaper. - -

OPDS feeds, or “catalogs,” can be added to ereading apps on phones and tablets to search, browse, and download from our entire catalog, directly in your ereader. Most modern ereading apps support OPDS catalogs.

They’re also perfect for scripting, or for libraries or other organizations who wish to download and process our catalog of ebooks.