mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Use Ebook::GetByIdentifier() to read ebooks
This commit is contained in:
parent
b176a68d4d
commit
1fd3688621
2 changed files with 4 additions and 8 deletions
|
@ -27,6 +27,8 @@ const MANUAL_PATH = WEB_ROOT . '/manual';
|
|||
const EBOOKS_DIST_PATH = WEB_ROOT . '/ebooks/';
|
||||
const COVER_ART_UPLOAD_PATH = '/images/cover-uploads/';
|
||||
|
||||
const EBOOKS_IDENTIFIER_PREFIX = 'url:https://standardebooks.org/ebooks/';
|
||||
|
||||
const DATABASE_DEFAULT_DATABASE = 'se';
|
||||
const DATABASE_DEFAULT_HOST = 'localhost';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue