mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Add collections and authors RSS/Atom/OPDS feeds
This commit is contained in:
parent
e19847adac
commit
05e0f77b45
19 changed files with 280 additions and 142 deletions
|
@ -8,7 +8,7 @@ $canDownload = false;
|
|||
$name = HttpInput::Str(GET, 'name', false) ?? '';
|
||||
|
||||
if($name != 'authors' && $name != 'collections' && $name != 'subjects' && $name != 'months'){
|
||||
$name = 'subjects';
|
||||
Template::Emit404();
|
||||
}
|
||||
|
||||
if($GLOBALS['User'] !== null && $GLOBALS['User']->Benefits->CanBulkDownload){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue