mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Identifiers no longer prefixed with url:
This commit is contained in:
parent
9c15cd2c1f
commit
718648e514
8 changed files with 56 additions and 56 deletions
|
@ -35,7 +35,7 @@ const MANUAL_PATH = WEB_ROOT . '/manual';
|
|||
const EBOOKS_DIST_PATH = WEB_ROOT . '/ebooks/';
|
||||
const COVER_ART_UPLOAD_PATH = '/images/cover-uploads/';
|
||||
|
||||
const EBOOKS_IDENTIFIER_ROOT = 'url:https://standardebooks.org';
|
||||
const EBOOKS_IDENTIFIER_ROOT = 'https://standardebooks.org';
|
||||
const EBOOKS_IDENTIFIER_PREFIX = EBOOKS_IDENTIFIER_ROOT . '/ebooks/';
|
||||
|
||||
const DATABASE_DEFAULT_DATABASE = 'se';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue