- add ResumptionToken for OAI-ListIdentifiers
- max identifiers and reciords via config - add constants.php - add clear-expired command for deleting obsolete cache
This commit is contained in:
parent
9d8625225f
commit
79b51e93e7
11 changed files with 395 additions and 27 deletions
5
app/Constants/constants.php
Normal file
5
app/Constants/constants.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
// Define path to application directory
|
||||
defined('APPLICATION_PATH')
|
||||
|| define('APPLICATION_PATH', realpath(dirname(dirname(__FILE__))));
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue